mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-07-30 20:12:38 +00:00
Merge remote branch 'cryptomator/develop' into access-kde-wallets
This commit is contained in:
+3
@@ -28,6 +28,9 @@ class LinuxSecretServiceKeychainAccessImpl implements KeychainAccessStrategy {
|
||||
if (list == null) {
|
||||
keyring.createItem(LABEL_FOR_SECRET_IN_KEYRING, passphrase, createAttributes(key));
|
||||
}
|
||||
else {
|
||||
changePassphrase(key, passphrase);
|
||||
}
|
||||
} catch (IOException e) {
|
||||
throw new KeychainAccessException(e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user