add Login+2FA support for webauthn
This commit is contained in:
@@ -86,8 +86,7 @@ public class LocalAuthenticationProvider extends DaoAuthenticationProvider imple
|
||||
} else {
|
||||
for (AdditionalAuthenticationProvider<?> provider : providers) {
|
||||
if (provider.supports(auth.getClass())) {
|
||||
auth = provider.authenticate(auth);
|
||||
return this.secondFactorCheck(auth);
|
||||
return provider.authenticate(auth);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user