mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-20 06:29:16 +00:00
The InteractiveAuthenticationSuccessEvent is always shadowed by a regulat AuthenticationSuccessEvent, so there's no need to listen for all AbstractAuthenticationSuccessEvents. Fixes gh-4355