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.