fix typo in RememberMeAuthenticationFilter

This commit is contained in:
twosom 2023-01-18 23:43:34 +09:00 committed by Josh Cummings
parent 19c55372a3
commit a855b33535

View File

@ -112,7 +112,7 @@ public class RememberMeAuthenticationFilter extends GenericFilterBean implements
}
Authentication rememberMeAuth = this.rememberMeServices.autoLogin(request, response);
if (rememberMeAuth != null) {
// Attempt authenticaton via AuthenticationManager
// Attempt authentication via AuthenticationManager
try {
rememberMeAuth = this.authenticationManager.authenticate(rememberMeAuth);
// Store to SecurityContextHolder