ui: LoginView: remove not used viewModel

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2021-01-13 12:06:49 +01:00 committed by Thomas Lamprecht
parent 25e464c5ce
commit da36bbe756

View File

@ -255,14 +255,6 @@ Ext.define('PBS.login.TfaWindow', {
defaultButton: 'totpButton',
viewModel: {
data: {
userid: undefined,
ticket: undefined,
challenge: undefined,
},
},
controller: {
xclass: 'Ext.app.ViewController',