Lower Case Bug Fixed on Backend
This commit is contained in:
Binary file not shown.
@@ -51,6 +51,7 @@ public class UserController {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mail = mail.toLowerCase();
|
||||||
String sessionID = UserSessionIDHandler.addUser(mail, password);
|
String sessionID = UserSessionIDHandler.addUser(mail, password);
|
||||||
|
|
||||||
return new ResponseEntity<>(sessionID, HttpStatus.OK);
|
return new ResponseEntity<>(sessionID, HttpStatus.OK);
|
||||||
|
|||||||
Reference in New Issue
Block a user