mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-04-20 07:38:20 +00:00
refactor: remove unused import of checkIdOrPhone in OTP verification page
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m33s
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m33s
This commit is contained in:
parent
923887b559
commit
acb0ead6de
@ -1,10 +1,9 @@
|
|||||||
import VerifyRegistrationOTPForm from "@/components/auth/verify-registration-otp-form";
|
import VerifyRegistrationOTPForm from "@/components/auth/verify-registration-otp-form";
|
||||||
import ClientErrorMessage from "@/components/client-error-message";
|
import ClientErrorMessage from "@/components/client-error-message";
|
||||||
import { checkIdOrPhone, checkTempIdOrPhone } from "@/queries/authentication";
|
import { checkTempIdOrPhone } from "@/queries/authentication";
|
||||||
import { tryCatch } from "@/utils/tryCatch";
|
import { tryCatch } from "@/utils/tryCatch";
|
||||||
import Image from "next/image";
|
import Image from "next/image";
|
||||||
import { redirect } from "next/navigation";
|
import { redirect } from "next/navigation";
|
||||||
import React from "react";
|
|
||||||
|
|
||||||
export default async function VerifyRegistrationOTP({
|
export default async function VerifyRegistrationOTP({
|
||||||
searchParams,
|
searchParams,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user