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
The only time I get a non null value back from netlifyIdentity.currentUser() is in an .on() handler when it is redundant as user is passed to the function anyway.
how do we get the current user info any other time? Other than doing a deep copy of the user object.