Hi,
I have a custom AuthenticationHandler, it is working when the correct credential are used.
When I try to do exception handling such as incorrect password with FailedLoginException or PreventedException. All i get is AccountNotFoundException not matter what exception i try to return.
Any idea why and how to fix this?