Skip to content

Commit

Permalink
passkeys
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickFuereder committed Feb 11, 2025
1 parent 9326d30 commit 5ad391e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/js/data/auth/passkeys/createPasskey.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export async function createPasskey() {

await LoginManager.validateToken();
const optionsReq = await fetch(`https://api.login.${LoginManager.domain}/passkey/options`, {
method: 'GET',
method: 'POST',
headers: {
Authorization: 'Bearer ' + LoginManager.getCookie('token'),
},
Expand Down

0 comments on commit 5ad391e

Please sign in to comment.