mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-04-22 18:46:53 -04:00
fix bug, where password is not saved to keychain
This commit is contained in:
@@ -77,6 +77,7 @@ public interface KeyLoadingStrategy extends MasterkeyLoader {
|
||||
boolean success = false;
|
||||
try {
|
||||
user.use(this);
|
||||
success = true;
|
||||
} catch (MasterkeyLoadingFailedException e) {
|
||||
if (recoverFromException(e)) {
|
||||
LOG.info("Unlock attempt threw {}. Reattempting...", e.getClass().getSimpleName());
|
||||
|
||||
Reference in New Issue
Block a user