updated access modifier

This commit is contained in:
Tobias Hagemann
2023-02-17 15:33:00 +01:00
parent 5f86473e3e
commit ffe0302fba

View File

@@ -139,7 +139,7 @@ public class RecoveryKeyRecoverController implements FxController {
}
}
public void validateRecoveryKey() {
private void validateRecoveryKey() {
isWrongKey = false;
var valid = recoveryKeyFactory.validateRecoveryKey(recoveryKey.get(), unverifiedVaultConfig != null ? this::checkKeyAgainstVaultConfig : null);
if (valid) {