Skip to content

Commit

Permalink
Testing Login with Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcolon021 committed Oct 10, 2023
1 parent d8eff39 commit c5c108a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
@Produces("application/json")
public class AuthService {

private Logger logger = LoggerFactory.getLogger(this.getClass());
private final Logger logger = LoggerFactory.getLogger(this.getClass());

@Inject
AuthenticationService authenticationService;
Expand Down

0 comments on commit c5c108a

Please sign in to comment.