Skip to content

Commit

Permalink
Update src/main/java/mate/academy/service/AuthenticationService.java
Browse files Browse the repository at this point in the history
Co-authored-by: Oleh Kuzan <[email protected]>
  • Loading branch information
DanilKi and okuzan authored Jan 17, 2024
1 parent 7e4dea8 commit 1e82871
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import mate.academy.model.User;

public class AuthenticationService {
private static final UserService userService = new UserService();
private final UserService userService = new UserService();

/**
* Imagine that some user wants to login to your site.
Expand Down

0 comments on commit 1e82871

Please sign in to comment.