We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9272a8 commit 981d68aCopy full SHA for 981d68a
1 file changed
packages/javascript-sdk/src/fr-webauthn/index.ts
@@ -350,7 +350,7 @@ abstract class FRWebAuthn {
350
*/
351
public static async getAuthenticationCredential(
352
options: PublicKeyCredentialRequestOptions,
353
- useConditionalUI: boolean = false,
+ useConditionalUI = false,
354
): Promise<PublicKeyCredential | null> {
355
// Feature check before we attempt authenticating
356
if (!window.PublicKeyCredential) {
0 commit comments