diff options
Diffstat (limited to 'packages/browser/src/helpers/webAuthnError.ts')
-rw-r--r-- | packages/browser/src/helpers/webAuthnError.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/browser/src/helpers/webAuthnError.ts b/packages/browser/src/helpers/webAuthnError.ts index 968c05b..5960821 100644 --- a/packages/browser/src/helpers/webAuthnError.ts +++ b/packages/browser/src/helpers/webAuthnError.ts @@ -1,4 +1,3 @@ -/* eslint-disable @typescript-eslint/ban-ts-comment */ /** * A custom Error used to return a more nuanced error detailing _why_ one of the eight documented * errors in the spec was raised after calling `navigator.credentials.create()` or |