diff --git a/app/frontend/js/webauthn-registration.js b/app/frontend/js/webauthn-registration.js index b2d30fe..c9d9459 100644 --- a/app/frontend/js/webauthn-registration.js +++ b/app/frontend/js/webauthn-registration.js @@ -13,7 +13,7 @@ export function webauthnRegister() { }, async getRegistrationOptions() { - const response = await fetch('/identity_webauthn_credentials/options', { + const response = await fetch('/passkeys/options', { method: 'POST', headers: { 'Content-Type': 'application/json',