fix: clean up fixes after APP overhaul
This commit is contained in:
parent
52f46207ec
commit
c34069066d
11 changed files with 76 additions and 88 deletions
|
|
@ -44,7 +44,7 @@ Deno.test({
|
|||
}
|
||||
});
|
||||
|
||||
const authed_user: USER | undefined = auth_response.user;
|
||||
const _authed_user: USER | undefined = auth_response.user;
|
||||
const authed_session: Record<string, any> | undefined = auth_response.session;
|
||||
|
||||
cookies.push({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue