mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-09-19 22:44:32 +00:00
Revert "Use overloaded method storePassword instead of a new one"
This reverts commit aa34ad52e6.
This commit is contained in:
@@ -29,6 +29,11 @@ class MapKeychainAccess implements KeychainAccessProvider {
|
||||
map.put(key, pw);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void storePassphraseForAuthenticatedUser(String key, String displayName,CharSequence passphrase) {
|
||||
storePassphrase(key, displayName, passphrase);
|
||||
}
|
||||
|
||||
@Override
|
||||
public char[] loadPassphrase(String key) {
|
||||
return map.get(key);
|
||||
|
||||
Reference in New Issue
Block a user