Skip to content

Commit

Permalink
fix(auth): remove inMemoryToken from auth (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgfr authored Jun 29, 2023
1 parent 1b1b23e commit 61a623f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions targets/frontend/src/lib/auth/token.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ export async function auth(ctx) {
if (ctx?.token) {
return ctx.token;
}
if (inMemoryToken) {
return inMemoryToken;
}

const cookieHeader = ctx?.req ? { Cookie: ctx.req.headers.cookie } : {};
if (
Expand Down

0 comments on commit 61a623f

Please sign in to comment.