Skip to content

Commit 12a85a1

Browse files
committed
Removed Message Box on User Not Found
Signed-off-by: Joshua Gager <[email protected]>
1 parent 4e1b281 commit 12a85a1

File tree

1 file changed

+0
-3
lines changed
  • src/main/java/com/jgcomptech/tools/databasetools

1 file changed

+0
-3
lines changed

src/main/java/com/jgcomptech/tools/databasetools/Users.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,6 @@ public static boolean checkPasswordMatches(Database db, String username, String
175175
} catch(SQLException e) {
176176
MessageBox.show(e.getMessage(), "Error!", MessageBoxIcon.ERROR);
177177
}
178-
} else {
179-
MessageBox.show("\"" + username + "\" User Not Found!", "Database Alert",
180-
"Database Alert", MessageBoxIcon.ERROR);
181178
}
182179
} else {
183180
MessageBox.show("\"" + TABLE_NAME + "\" Table Not Found!", "Database Alert",

0 commit comments

Comments
 (0)