commit working state
This commit is contained in:
@@ -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
|
||||
}),
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user