We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61660a8 commit 5fa4dcdCopy full SHA for 5fa4dcd
src/platform/auth/session/useSessionCookie.ts
@@ -15,7 +15,7 @@ export const useSessionCookie = () => {
15
if (!isCloud) return
16
17
const authStore = useFirebaseAuthStore()
18
- const authHeader = await authStore.getAuthHeader()
+ const authHeader = await authStore.getAuthHeader(true)
19
20
if (!authHeader) {
21
throw new Error('No auth header available for session creation')
0 commit comments