Skip to content

Commit

Permalink
sorry guys
Browse files Browse the repository at this point in the history
  • Loading branch information
dep11007 committed Apr 27, 2015
1 parent 1fbe0ef commit d53d0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InputOutput/UserLogin.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public void handle(ActionEvent e) {
String queriedPassword = null;
try {
queriedEmail = _server.getUserFromEmail(enteredEmail).get("email");
queriedPassword = _server.getUserFromEmail(enteredEmail).get("password");
queriedPassword = _server.getUserFromEmail(queriedPassword).get("password");
} catch(Exception e1){
System.out.println("user and password does not exist");

Expand Down

0 comments on commit d53d0e1

Please sign in to comment.