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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user