Skip to content

Commit

Permalink
Remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dac09 committed Jan 19, 2024
1 parent 2bdb5e0 commit 38b3584
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/auth-providers/dbAuth/web/src/dbAuth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ export function createDbAuthClient({
return getTokenPromise
}

// Set-Cookie: same-session-xxx-yy
// Before body: 4
// After body: same-session-xxx-yy

if (isTokenCacheExpired()) {
getTokenPromise = fetch(`${getApiDbAuthUrl()}?method=getToken`, {
credentials,
Expand Down

0 comments on commit 38b3584

Please sign in to comment.