You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of title, i need to add an extra header when invoking the querySessionStatus function.
Is it possible to do it? I see that there is a extraHeaders config param but in the UserManager.ts file at line 471 it seems to be emptied before the actual call:
As of title, i need to add an extra header when invoking the querySessionStatus function.
Is it possible to do it? I see that there is a extraHeaders config param but in the UserManager.ts file at line 471 it seems to be emptied before the actual call:
const extraHeaders: Record<string, ExtraHeader> = {};
The text was updated successfully, but these errors were encountered: