Pass the token instead of a query param
This commit is contained in:
parent
db3764d448
commit
d0d491f7f5
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ export const configurePasskeyRecovery = async (
|
|||
userSecretCipher,
|
||||
userSecretNonce,
|
||||
},
|
||||
undefined,
|
||||
{
|
||||
"X-Auth-Token": token,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue