We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bdb5e0 commit 38b3584Copy full SHA for 38b3584
packages/auth-providers/dbAuth/web/src/dbAuth.ts
@@ -86,10 +86,6 @@ export function createDbAuthClient({
86
return getTokenPromise
87
}
88
89
- // Set-Cookie: same-session-xxx-yy
90
- // Before body: 4
91
- // After body: same-session-xxx-yy
92
-
93
if (isTokenCacheExpired()) {
94
getTokenPromise = fetch(`${getApiDbAuthUrl()}?method=getToken`, {
95
credentials,
0 commit comments