Skip to content

Commit

Permalink
for bonus task? with new branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha1256 committed Sep 26, 2024
1 parent c03d5b9 commit 13c37dd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public class AuthenticationService {
* Return false in any other cases.
*/
private UserService userService = new UserService();

public boolean login(String email, String password) {
User user = userService.findByEmail(email);
if (user != null) {
Expand Down

0 comments on commit 13c37dd

Please sign in to comment.