ui: tfa: drop useless extjs state save handling

was replaced with our own, not much more code and actually works.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-01-27 20:19:06 +01:00
parent 8c8f7b5a09
commit 8b1174f50a

View File

@ -478,9 +478,6 @@ Ext.define('PBS.login.TfaWindow', {
region: 'center',
layout: 'fit',
bodyPadding: 10,
stateId: 'pbs-tfa-login-panel', // FIXME: do manually - get/setState miss
stateful: true,
stateEvents: ['tabchange'],
items: [
{
xtype: 'panel',