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
Right now the app doesn't keep the session/cookies/signin-state between restarts since the account's sessions are intentionally stored in memory only so each time the app gets started the signing process gets performed (the process is automated though). But we could store the specific cookies in encrypted settings.bin so then when the user restarts the app there will only be a need to enter the master password to be signed-in into the protonmail account (see settings.bin purpose in FAQ).