mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -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…
Reference in a new issue