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 current web UI login uses a provider to manage global state with server-side storage configuration. Client information is cached in local storage.
The main issue with the current code is that login/logout does not notify or update the provider, preventing re-triggering of changes and pulling the latest storage information.
As a workaround, the code currently reloads the page after login.
The text was updated successfully, but these errors were encountered:
The current web UI login uses a provider to manage global state with server-side storage configuration. Client information is cached in local storage.
The main issue with the current code is that login/logout does not notify or update the provider, preventing re-triggering of changes and pulling the latest storage information.
As a workaround, the code currently reloads the page after login.
The text was updated successfully, but these errors were encountered: