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
Hi. navigator.setLoggedOut(optionalUsername) shows that we might want to support concurrent logins on the same website.
Maybe It worth to add optionalUsername as an argument to navigator.isLoggedIn() –> Promise<bool> then?
The text was updated successfully, but these errors were encountered:
Hi.
navigator.setLoggedOut(optionalUsername)
shows that we might want to support concurrent logins on the same website.Maybe It worth to add
optionalUsername
as an argument tonavigator.isLoggedIn() –> Promise<bool>
then?The text was updated successfully, but these errors were encountered: