mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-20 19:51:27 +00:00
Remove unneeded saving a keychain entry right after
it was loaded
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 = savedPassphrase.isPresent();
|
||||
this.savePassphrase = false;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user