Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyZeroZx committed Jun 30, 2022
1 parent 902fbdf commit 9334567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/webAuthn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export async function generateAuthenticationOption(userAuthenticators: Authentic
allowCredentials: userAuthenticators.map((authenticator) => ({
id: authenticator.credentialID,
type: 'public-key',
transports: ['internal', 'usb', 'ble', 'nfc'],
transports: ['internal'],
})),
userVerification: 'preferred',
});
Expand Down

0 comments on commit 9334567

Please sign in to comment.