summaryrefslogtreecommitdiffhomepage
path: root/packages/browser
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2022-06-21 21:34:41 -0700
committerMatthew Miller <matthew@millerti.me>2022-06-21 21:34:41 -0700
commite74272c45134e4c20c001e488e5566ae9cf36c4f (patch)
treeefc2a7c0e7a65534d5ee1cd20874c4858263dbbc /packages/browser
parentaa5b2e8f97e8948dff05c6444bf2262dcb43cbcf (diff)
Add a space between imports and comment
Diffstat (limited to 'packages/browser')
-rw-r--r--packages/browser/src/helpers/browserSupportsWebAuthnAutofill.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/browser/src/helpers/browserSupportsWebAuthnAutofill.ts b/packages/browser/src/helpers/browserSupportsWebAuthnAutofill.ts
index f8ffead..bda999b 100644
--- a/packages/browser/src/helpers/browserSupportsWebAuthnAutofill.ts
+++ b/packages/browser/src/helpers/browserSupportsWebAuthnAutofill.ts
@@ -1,5 +1,6 @@
/* eslint-disable @typescript-eslint/ban-ts-comment */
import { PublicKeyCredentialFuture } from '@simplewebauthn/typescript-types';
+
/**
* Determine if the browser supports conditional UI, so that WebAuthn credentials can
* be shown to the user in the browser's typical password autofill popup.