diff options
author | Matthew Miller <matthew@millerti.me> | 2023-03-15 18:46:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-15 18:46:41 -0700 |
commit | cc6b4e83d0c8087f78c1851a5b0f60a1d7223ec6 (patch) | |
tree | ca62fa0690780c7dace0d3a956e10110c5d5e277 /packages/browser/src/helpers/browserSupportsWebAuthnAutofill.ts | |
parent | 70f7e79b24237308398334df834dd4cf2d398512 (diff) | |
parent | ac97005f39974154dc2af9514294bbe217a252f6 (diff) |
Merge pull request #367 from MasterKale/feat/better-errors
feat/better-errors
Diffstat (limited to 'packages/browser/src/helpers/browserSupportsWebAuthnAutofill.ts')
-rw-r--r-- | packages/browser/src/helpers/browserSupportsWebAuthnAutofill.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/browser/src/helpers/browserSupportsWebAuthnAutofill.ts b/packages/browser/src/helpers/browserSupportsWebAuthnAutofill.ts index 117bf4c..afc1176 100644 --- a/packages/browser/src/helpers/browserSupportsWebAuthnAutofill.ts +++ b/packages/browser/src/helpers/browserSupportsWebAuthnAutofill.ts @@ -1,4 +1,3 @@ -/* eslint-disable @typescript-eslint/ban-ts-comment */ import { PublicKeyCredentialFuture } from '@simplewebauthn/typescript-types'; /** |