mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-04-23 19:16:57 -04:00
clear password field when switching vault before unlocking [ci skip]
This commit is contained in:
@@ -216,6 +216,7 @@ public class UnlockController extends AbstractFXMLViewController {
|
||||
public void setVault(Vault vault) {
|
||||
this.vault = vault;
|
||||
this.mountName.setText(vault.getMountName());
|
||||
this.passwordField.clear();
|
||||
}
|
||||
|
||||
public UnlockListener getListener() {
|
||||
|
||||
Reference in New Issue
Block a user