diff options
author | Matthew Miller <matthew@millerti.me> | 2022-06-21 21:34:41 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2022-06-21 21:34:41 -0700 |
commit | e74272c45134e4c20c001e488e5566ae9cf36c4f (patch) | |
tree | efc2a7c0e7a65534d5ee1cd20874c4858263dbbc /packages/browser | |
parent | aa5b2e8f97e8948dff05c6444bf2262dcb43cbcf (diff) |
Add a space between imports and comment
Diffstat (limited to 'packages/browser')
-rw-r--r-- | packages/browser/src/helpers/browserSupportsWebAuthnAutofill.ts | 1 |
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. |