From 8b1174f50a0c392bd76d081b79a387225211cd48 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 27 Jan 2021 20:19:06 +0100 Subject: [PATCH] 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 --- www/LoginView.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/www/LoginView.js b/www/LoginView.js index d03b0ea4..3f775cd0 100644 --- a/www/LoginView.js +++ b/www/LoginView.js @@ -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',