mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-17 10:11:27 +00:00
Revert "Remove log statement used for testing"
This reverts commit 14ba852351.
This commit is contained in:
@@ -113,6 +113,7 @@ public class MasterkeyFileLoadingStrategy implements KeyLoadingStrategy {
|
||||
|
||||
private void savePasswordToSystemkeychain(Passphrase passphrase) {
|
||||
if (keychain.isSupported()) {
|
||||
LOG.info(vault.getVaultSettings().useTouchID.get() ? "Using store WITH fingerprint" : "Using store WITH OUT fingerprint");
|
||||
try {
|
||||
if (vault.getVaultSettings().useTouchID.get()) {
|
||||
keychain.storePassphraseForAuthenticatedUser(vault.getId(), vault.getDisplayName(), passphrase);
|
||||
|
||||
Reference in New Issue
Block a user