You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without entering a key name, tap the “Add WebAuthn Key” button.
Expected Result
Using the same browser-based validation that occurs in other parts of Kagi’s form validation, the browser would indicate that a key name must be provided.
Observed Result
Nothing visible happens. In the browser console, the following output is displayed:
**XHR** POST http://localhost:8000/kagi/api/begin-activate/ [HTTP/1.1 400 Bad Request 42ms]
Uncaught (in promise) TypeError: credentialCreateOptionsFromServer.user is undefined
transformCredentialCreateOptions http://localhost:8000/static/kagi/webauthn.js:155
didClickRegister http://localhost:8000/static/kagi/webauthn.js:68
async* http://localhost:8000/static/kagi/webauthn.js:312
EventListener.handleEvent* http://localhost:8000/static/kagi/webauthn.js:309
Environment
macOS 10.14.6
Python 3.8.6
Django 3.1.2
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
Expected Result
Using the same browser-based validation that occurs in other parts of Kagi’s form validation, the browser would indicate that a key name must be provided.
Observed Result
Nothing visible happens. In the browser console, the following output is displayed:
Environment
The text was updated successfully, but these errors were encountered: