Skip to content

Commit

Permalink
Merge branch '4.9.x' into test/entity-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Spomky authored Jul 10, 2024
2 parents 1145c7a + 4e1ac62 commit e7c1dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webauthn/src/SimpleFakeCredentialGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ private function generateCredentials(string $username): array
$transports = [
PublicKeyCredentialDescriptor::AUTHENTICATOR_TRANSPORT_USB,
PublicKeyCredentialDescriptor::AUTHENTICATOR_TRANSPORT_NFC,
PublicKeyCredentialDescriptor::AUTHENTICATOR_TRANSPORT_BLE,
PublicKeyCredentialDescriptor::AUTHENTICATOR_TRANSPORT_INTERNAL,
];
$credentials = [];
for ($i = 0; $i < random_int(1, 3); $i++) {
Expand Down

0 comments on commit e7c1dd3

Please sign in to comment.