Skip to content

Wrong error message when user provides correct credentials after too many incorrect attempts #92

@sasaar

Description

@sasaar

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:
Screenshot 2024-08-23 at 14 36 36

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions