refactor: remove unused import of checkIdOrPhone in OTP verification page
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
import VerifyRegistrationOTPForm from "@/components/auth/verify-registration-otp-form";
|
||||
import ClientErrorMessage from "@/components/client-error-message";
|
||||
import { checkIdOrPhone, checkTempIdOrPhone } from "@/queries/authentication";
|
||||
import { checkTempIdOrPhone } from "@/queries/authentication";
|
||||
import { tryCatch } from "@/utils/tryCatch";
|
||||
import Image from "next/image";
|
||||
import { redirect } from "next/navigation";
|
||||
import React from "react";
|
||||
|
||||
export default async function VerifyRegistrationOTP({
|
||||
searchParams,
|
||||
|
||||
Reference in New Issue
Block a user