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:
parent
8c8f7b5a09
commit
8b1174f50a
@ -478,9 +478,6 @@ Ext.define('PBS.login.TfaWindow', {
|
|||||||
region: 'center',
|
region: 'center',
|
||||||
layout: 'fit',
|
layout: 'fit',
|
||||||
bodyPadding: 10,
|
bodyPadding: 10,
|
||||||
stateId: 'pbs-tfa-login-panel', // FIXME: do manually - get/setState miss
|
|
||||||
stateful: true,
|
|
||||||
stateEvents: ['tabchange'],
|
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
xtype: 'panel',
|
xtype: 'panel',
|
||||||
|
Loading…
Reference in New Issue
Block a user