Skip to content

Commit 38b3584

Browse files
committed
Remove old comment
1 parent 2bdb5e0 commit 38b3584

File tree

1 file changed

+0
-4
lines changed
  • packages/auth-providers/dbAuth/web/src

1 file changed

+0
-4
lines changed

packages/auth-providers/dbAuth/web/src/dbAuth.ts

-4
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ export function createDbAuthClient({
8686
return getTokenPromise
8787
}
8888

89-
// Set-Cookie: same-session-xxx-yy
90-
// Before body: 4
91-
// After body: same-session-xxx-yy
92-
9389
if (isTokenCacheExpired()) {
9490
getTokenPromise = fetch(`${getApiDbAuthUrl()}?method=getToken`, {
9591
credentials,

0 commit comments

Comments
 (0)