mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-19 05:05:54 +00:00
@ -1,5 +1,4 @@
|
||||
import LoginForm from "@/components/auth/login-form";
|
||||
import Image from "next/image";
|
||||
|
||||
export default async function LoginPage() {
|
||||
return <LoginForm />;
|
||||
|
@ -1,5 +1,4 @@
|
||||
import SignUpForm from "@/components/auth/signup-form";
|
||||
import Image from "next/image";
|
||||
import { redirect } from "next/navigation";
|
||||
|
||||
export default async function SignupPage({
|
||||
|
@ -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({
|
||||
|
@ -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