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
When importing a saved context container with multiple contexts, the existing token cache should be overwritten with the token cache for the default context.
Instead, the token cache is cleared and the user must log in again.
Fix import logic to always overwrite token cache for the default context, if it is non-null
Add regression tests to ensure that non-empty context is always overwritten on import, with check s for null and empty contexts