mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-03 06:48:21 +00:00
fix: remove unused imports from authentication pages for cleaner code
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m47s
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m47s
This commit is contained in:
@ -2,7 +2,6 @@ import VerifyRegistrationOTPForm from "@/components/auth/verify-registration-otp
|
||||
import ClientErrorMessage from "@/components/client-error-message";
|
||||
import { checkTempIdOrPhone } from "@/queries/authentication";
|
||||
import { tryCatch } from "@/utils/tryCatch";
|
||||
import Image from "next/image";
|
||||
import { redirect } from "next/navigation";
|
||||
|
||||
export default async function VerifyRegistrationOTP({
|
||||
|
Reference in New Issue
Block a user