Skip to content

Commit 981d68a

Browse files
Fixing typescript error
1 parent d9272a8 commit 981d68a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/javascript-sdk/src/fr-webauthn

packages/javascript-sdk/src/fr-webauthn/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ abstract class FRWebAuthn {
350350
*/
351351
public static async getAuthenticationCredential(
352352
options: PublicKeyCredentialRequestOptions,
353-
useConditionalUI: boolean = false,
353+
useConditionalUI = false,
354354
): Promise<PublicKeyCredential | null> {
355355
// Feature check before we attempt authenticating
356356
if (!window.PublicKeyCredential) {

0 commit comments

Comments
 (0)