weird fkn globe

This commit is contained in:
NotII
2025-04-08 01:46:13 +01:00
parent d249d88e35
commit c89552197d
10 changed files with 902 additions and 40 deletions

View File

@@ -49,7 +49,7 @@ export async function fetchServer<T = unknown>(
}
// Get auth token from cookies
const cookieStore = cookiesModule.cookies();
const cookieStore = await cookiesModule.cookies();
const authToken = cookieStore.get('Authorization')?.value;
// Redirect to login if not authenticated