mylofi / webauthn-local-client

Browser-only utils for locally managing WebAuthn (passkey) API
https://mylofi.github.io/webauthn-local-client/
MIT License
100 stars 3 forks source link

Fix autofill bug from issue #3 #4

Closed tonydangblog closed 3 months ago

tonydangblog commented 3 months ago

Fixes #3

Changes

When a user chooses the "Provide my User ID" option, if an error is thrown when user tries authenticating via pasting in their User ID, re-call startAuthAutofill so that the passkey autofills are shown again.