aboutsummaryrefslogtreecommitdiff
path: root/internal/ui/static/js/webauthn_handler.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-10-26feat(webauthn): show help message regarding username and non-discoverable ↵Gravatar Frédéric Guillot 1-3/+13
credentials The username is required for non-resident keys, but it's not necessary for discoverable credentials like Passkeys.
2024-03-20Replace a bunch of `let` with `const`Gravatar jvoisin 1-5/+5
According to https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/const > Many style guides (including MDN's) recommend using const over let whenever a variable is not reassigned in its scope. This makes the intent clear that a variable's type (or value, in the case of a primitive) can never change.
2023-11-06Refactor WebAuthn Javascript codeGravatar Frédéric Guillot 1-0/+177