tutao / tutanota

Tuta is an email service with a strong focus on security and privacy that lets you encrypt emails, contacts and calendar entries on all your devices.
https://tuta.com
GNU General Public License v3.0
5.86k stars 502 forks source link

[desktop] Handle DeviceStorageUnavailableError on login #7089

Closed charlag closed 3 weeks ago

charlag commented 1 month ago

Added minimum handling for the cases when secret storage is not avilable so that the users don't see the unexpected error dialog.

Also changed CredentialRemovalHandler to allow using encrypted credentials.

Fix #7077