!296 Merge remote-tracking branch 'origin/dev' into dev

Merge pull request !296 from lbw/auto-441246-dev-5d4a68ba
This commit is contained in:
lengleng 2022-12-12 03:20:15 +00:00 committed by Gitee
commit 696e1ef8b6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -216,7 +216,6 @@ public abstract class OAuth2ResourceOwnerBaseAuthenticationProvider<T extends OA
}
catch (Exception ex) {
LOGGER.error("problem in authenticate", ex);
throw oAuth2AuthenticationException(authentication, (AuthenticationException) ex);
}