website refactor

This commit is contained in:
2026-01-17 01:04:36 +01:00
parent 8ba46e96a6
commit 75ffe0798e
40 changed files with 267 additions and 321 deletions

View File

@@ -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;