ui: tfa: webautn: move spinning icon down to waiting message
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
e90fdf5bed
commit
44915932d5
@ -491,12 +491,11 @@ Ext.define('PBS.login.TfaWindow', {
|
|||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
xtype: 'box',
|
xtype: 'box',
|
||||||
html: `<i class="fa fa-refresh fa-spin fa-fw"></i>` +
|
html: gettext('Please insert your authentication device and press its button'),
|
||||||
gettext('Please insert your authenticator device and press its button'),
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
xtype: 'box',
|
xtype: 'box',
|
||||||
html: gettext('Waiting for second factor.'),
|
html: gettext('Waiting for second factor.') +`<i class="fa fa-refresh fa-spin fa-fw"></i>`,
|
||||||
reference: 'webAuthnWaiting',
|
reference: 'webAuthnWaiting',
|
||||||
hidden: true,
|
hidden: true,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user