ui: tfa: make lint happy, declare globals

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-04-04 09:31:27 +02:00
parent aa8d628fc8
commit 6a1c9c29d2
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -1,3 +1,4 @@
/*global u2f*/
Ext.define('PVE.window.LoginWindow', { Ext.define('PVE.window.LoginWindow', {
extend: 'Ext.window.Window', extend: 'Ext.window.Window',