diff --git a/apps/browser/src/fido2/content/page-script.ts b/apps/browser/src/fido2/content/page-script.ts index ca8d5915446..429828fa631 100644 --- a/apps/browser/src/fido2/content/page-script.ts +++ b/apps/browser/src/fido2/content/page-script.ts @@ -6,7 +6,6 @@ import { Messenger } from "./messaging/messenger"; const BrowserPublicKeyCredential = window.PublicKeyCredential; const browserNativeWebauthnSupport = window.PublicKeyCredential != undefined; -// eslint-disable-next-line @typescript-eslint/no-unused-vars let browserNativeWebauthnPlatformAuthenticatorSupport = false; if (!browserNativeWebauthnSupport) { // Polyfill webauthn support