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
@@ -131,6 +140,7 @@ class AuthManagerImpl implements AuthManagerInterface {
131
140
// There's no need to print a warning for this: it's OK to silently request the JWT before it expires. Also, this is 24 days in this case!
132
141
timeout=Math.min(timeout,this.maxJwtTtlSeconds);
133
142
143
+
// Set this at the end, as it's also used to signal 'isAuthSessionReady', so must be set after configuring the Service Worker, etc.
134
144
session.accessToken=setTokenResult.accessToken;
135
145
}catch(e){
136
146
// Use 'warn' instead of 'error' since this happens frequently, i.e. user goes through a tunnel, and some customers report these errors to systems like Sentry, so we don't want to spam.
0 commit comments