mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-07 18:56:29 +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:
@ -1,7 +1,5 @@
|
||||
import VerifyOTPForm from "@/components/auth/verify-otp-form";
|
||||
import Image from "next/image";
|
||||
import { redirect } from "next/navigation";
|
||||
import React from "react";
|
||||
|
||||
export default async function VerifyOTP({
|
||||
searchParams,
|
||||
|
Reference in New Issue
Block a user