1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

[EC-598] chore: remove unnecessary eslint disable

This commit is contained in:
Andreas Coroiu
2023-05-24 14:28:57 +02:00
parent c01cf25eab
commit 3f12aac1d1

View File

@@ -6,7 +6,6 @@ import { Messenger } from "./messaging/messenger";
const BrowserPublicKeyCredential = window.PublicKeyCredential; const BrowserPublicKeyCredential = window.PublicKeyCredential;
const browserNativeWebauthnSupport = window.PublicKeyCredential != undefined; const browserNativeWebauthnSupport = window.PublicKeyCredential != undefined;
// eslint-disable-next-line @typescript-eslint/no-unused-vars
let browserNativeWebauthnPlatformAuthenticatorSupport = false; let browserNativeWebauthnPlatformAuthenticatorSupport = false;
if (!browserNativeWebauthnSupport) { if (!browserNativeWebauthnSupport) {
// Polyfill webauthn support // Polyfill webauthn support