This commit is contained in:
hailin 2025-04-18 00:03:31 +08:00
parent f7a0cc8e45
commit 75ff3134f2
1 changed files with 1 additions and 1 deletions

View File

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