mirror of
https://github.com/logto-io/logto.git
synced 2025-01-20 21:32:31 -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,
|
||||
expectedOrigin: origin,
|
||||
expectedRPID: rpId,
|
||||
requireUserVerification: true,
|
||||
requireUserVerification: false,
|
||||
};
|
||||
return verifyRegistrationResponse(options);
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue