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
{{ message }}
This repository was archived by the owner on Oct 5, 2020. It is now read-only.
getAuthenticatedStatus needs to always return promise
If the _isAuthenticated memo was already set, it was returned a bald
value, without wrapping in a promise
Also, I found and threw the error that wasn't showing up - which would
have helped debug this issue.
Fixes#480
0 commit comments