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:
parent
c01cf25eab
commit
3f12aac1d1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user