website refactor
This commit is contained in:
@@ -13,7 +13,7 @@ import { AuthError } from '@/ui/AuthError';
|
||||
export default async function LoginPage({
|
||||
searchParams,
|
||||
}: {
|
||||
searchParams: Promise<URLSearchParams>;
|
||||
searchParams: Promise<{ [key: string]: string | string[] | undefined }>;
|
||||
}) {
|
||||
// Execute PageQuery
|
||||
const params = await searchParams;
|
||||
|
||||
Reference in New Issue
Block a user