From 7c6a8feaa828824f51bcd3beb9fc88babb095c6a Mon Sep 17 00:00:00 2001 From: 24c02 <163450896+24c02@users.noreply.github.com> Date: Tue, 13 Jan 2026 16:32:19 -0500 Subject: [PATCH] ack --- app/frontend/js/webauthn-registration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',