Pass the token instead of a query param

This commit is contained in:
Manav Rathi 2024-05-26 08:32:30 +05:30
parent db3764d448
commit d0d491f7f5
No known key found for this signature in database

View File

@ -42,6 +42,7 @@ export const configurePasskeyRecovery = async (
userSecretCipher, userSecretCipher,
userSecretNonce, userSecretNonce,
}, },
undefined,
{ {
"X-Auth-Token": token, "X-Auth-Token": token,
}, },