Description:
This is more feature request than bug, but after user has entered wrong credentials on login several times and then provides correct credentials, localised message for .notAuthorized is returned:
if case .notAuthorized(_, _, _) = error {
return "authenticator.authError.incorrectCredentials".localized()
}
AuthenticatorBaseState still seems to know the exact reason:

Would it be possible to get own localized message for login error when password attempts are exceeded?