Seems like the AuthController.Login action only checks whether the Result was successful but not the Success value of the underlying LoginResponseDTO.
In the UserAuthenticationService, all the private SignInUser* methods return a successful result irrespective of the SignInManager response. Is this just an oversight?
Seems like the AuthController.Login action only checks whether the Result was successful but not the Success value of the underlying LoginResponseDTO.
In the UserAuthenticationService, all the private SignInUser* methods return a successful result irrespective of the SignInManager response. Is this just an oversight?