profiles: Empty the text field when an incorrect password is entered
This commit is contained in:
@@ -388,6 +388,7 @@ class ProfilesPanel extends PluginPanel
|
||||
{
|
||||
error = true;
|
||||
showErrorMessage("Unable to load data", "Incorrect password!");
|
||||
txtDecryptPassword.setText("");
|
||||
}
|
||||
|
||||
if (error)
|
||||
|
||||
Reference in New Issue
Block a user