#6893 -- Loosen enforcement of passkeys on login page to support a broader range of passkeys and browsers.

This commit is contained in:
Buster Neece 2024-04-26 16:38:23 -05:00
parent a1cd71922f
commit aefe069047
No known key found for this signature in database
1 changed files with 1 additions and 2 deletions

View File

@ -47,8 +47,7 @@ final class PostValidationAction
base64_decode($validateData['authenticatorData'] ?? ''),
base64_decode($validateData['signature'] ?? ''),
$record->getPasskey()->getPublicKeyPem(),
$challenge,
requireUserVerification: true
$challenge
);
} catch (Throwable $e) {
$flash = $request->getFlash();