mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 11:33:50 +00:00
ui: tfa: make lint happy, declare globals
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
aa8d628fc8
commit
6a1c9c29d2
@ -1,3 +1,4 @@
|
|||||||
|
/*global u2f,QRCode,Uint8Array*/
|
||||||
/*jslint confusion: true*/
|
/*jslint confusion: true*/
|
||||||
Ext.define('PVE.window.TFAEdit', {
|
Ext.define('PVE.window.TFAEdit', {
|
||||||
extend: 'Ext.window.Window',
|
extend: 'Ext.window.Window',
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
/*global u2f*/
|
||||||
Ext.define('PVE.window.LoginWindow', {
|
Ext.define('PVE.window.LoginWindow', {
|
||||||
extend: 'Ext.window.Window',
|
extend: 'Ext.window.Window',
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user