mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 06:05:55 +03:00
[GH-ISSUE #295] Wrong error message when logging in with U2F/WebAuthn key #814
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#814
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rugk on GitHub (Jun 9, 2022).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/295
STR
What happens:
An error like this is shown:
What should happen
The correct message should be something like this:
Seems like you improperly re-used some handling/code of adding keys – so as long as one cannot add keys in the login form, that is all hood, security-wise… 🙃
System
Linux/Fedora 36
Firefox 100
@willbrowningme commented on GitHub (Jun 16, 2022):
Thanks, I've updated it to use the
errors.key_not_allowedmessage instead now.