mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-20 19:51:27 +00:00
Revert "Remove unneeded saving a keychain entry right after"
This reverts commit e8126e68ce.
This commit is contained in:
@@ -56,7 +56,7 @@ public class MasterkeyFileLoadingStrategy implements KeyLoadingStrategy {
|
||||
this.keychain = keychain;
|
||||
this.resourceBundle = resourceBundle;
|
||||
this.passphrase = savedPassphrase.map(Passphrase::new).orElse(null);
|
||||
this.savePassphrase = false;
|
||||
this.savePassphrase = savedPassphrase.isPresent();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user