Skip to content

Commit

Permalink
Merge pull request #622 from marcriemer/fake_cre_generator
Browse files Browse the repository at this point in the history
Changed ble to internal transport
  • Loading branch information
Spomky authored Jul 10, 2024
2 parents 26ef755 + 652815e commit 4e1ac62
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 4e1ac62

Please sign in to comment.