mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
fix(core): remove user verification requirement for webauthn (#4751)
This commit is contained in:
parent
85a39c35d7
commit
752d02b316
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ export const verifyWebAuthnRegistration = async (
|
||||||
expectedChallenge: challenge,
|
expectedChallenge: challenge,
|
||||||
expectedOrigin: origin,
|
expectedOrigin: origin,
|
||||||
expectedRPID: rpId,
|
expectedRPID: rpId,
|
||||||
requireUserVerification: true,
|
requireUserVerification: false,
|
||||||
};
|
};
|
||||||
return verifyRegistrationResponse(options);
|
return verifyRegistrationResponse(options);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue