This commit is contained in:
hailin 2025-04-22 17:21:04 +08:00
parent 89964988ce
commit a99508a88f
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ export default async function Login({
searchParams, searchParams,
params: { locale }, params: { locale },
}: { }: {
searchParams: { message: string }; searchParams: { message: string; email?: string };
params: { locale: string }; params: { locale: string };
}) { }) {
const cookieStore = cookies() const cookieStore = cookies()