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 has been archived by the owner on Jul 24, 2021. It is now read-only.
If the browser or tab is closed, the user must log in again. It would be helpful to preserve the login (this is the standard "[ ] remember me" checkbox in login interfaces).
It looks like you just need to switch from sessionStorage to localStorage.
If the browser or tab is closed, the user must log in again. It would be helpful to preserve the login (this is the standard "[ ] remember me" checkbox in login interfaces).
It looks like you just need to switch from
sessionStorage
tolocalStorage
.(somewhat related to #179)
The text was updated successfully, but these errors were encountered: