1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-03-02 03:41:09 +01: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
No known key found for this signature in database
GPG Key ID: E70B5FFC81DFEC1A

View File

@ -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