Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zachinaz committed Apr 19, 2019
1 parent fdf310f commit f8a81d8
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ private static void setIsLoggedIn(boolean isLoggedIn) {
// // returns false (if login failed) and true (if login succeeded)
public static boolean login(String email, String pwd)
{
//Test cases for now
//email = "john@gmail.com";
//pwd = "1234";


//Make sure user entered something for email and password
if (email.isEmpty() || pwd.isEmpty()) {
Expand Down

0 comments on commit f8a81d8

Please sign in to comment.