From bb088aeb89eac0623ff3cdba282c5e3de02ae830 Mon Sep 17 00:00:00 2001 From: Owain van Brakel Date: Wed, 4 Sep 2019 12:39:53 +0200 Subject: [PATCH] profiles: Empty the text field when an incorrect password is entered --- .../java/net/runelite/client/plugins/profiles/ProfilesPanel.java | 1 + 1 file changed, 1 insertion(+) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/profiles/ProfilesPanel.java b/runelite-client/src/main/java/net/runelite/client/plugins/profiles/ProfilesPanel.java index b1dc2ed5ea..b4bea3a546 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/profiles/ProfilesPanel.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/profiles/ProfilesPanel.java @@ -388,6 +388,7 @@ class ProfilesPanel extends PluginPanel { error = true; showErrorMessage("Unable to load data", "Incorrect password!"); + txtDecryptPassword.setText(""); } if (error)