import {PageParams} from "@/types/next"; import {Label} from "@/components/ui/label" import {Input} from "@/components/ui/input" import Link from "next/link"; import {Button} from "@/components/ui/button"; import {LayoutAdmin} from "@/components/layout"; import {signIn} from "@/auth/auth"; import {redirect} from "next/navigation"; import {AuthError} from "@auth/core/errors"; export default async function SignInPage(props: { searchParams: { callbackUrl: string | undefined } }) { const SIGNIN_ERROR_URL = "localhost:8887" return ( //
// Enter your email and password below to login to your account //
//