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;
|
error = true;
|
||||||
showErrorMessage("Unable to load data", "Incorrect password!");
|
showErrorMessage("Unable to load data", "Incorrect password!");
|
||||||
|
txtDecryptPassword.setText("");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (error)
|
if (error)
|
||||||
|
|||||||
Reference in New Issue
Block a user