commit working state

This commit is contained in:
2024-04-15 11:38:40 +02:00
parent 89f3f86c54
commit 508258bf0f
33 changed files with 1130 additions and 221 deletions
+2 -2
View File
@@ -41,7 +41,7 @@ async function tryAuth(request:Request){
return new Response("error",{status:500});
const kanker = await authentication.getUser();
const authUser = await authentication.getUser();
// @ts-ignore
cookies().set('auth', JSON.stringify(authentication));
@@ -51,7 +51,7 @@ async function tryAuth(request:Request){
{
credentials: userAuth,
auth: authentication,
kanker: kanker,
user: authUser,
foundAuth: foundAuth
}),
{