This commit is contained in:
24c02 2026-01-13 16:32:19 -05:00
parent d5dbb20a87
commit 7c6a8feaa8

View file

@ -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',