mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-06-27 12:12:49 +00:00
fix #5251: tfa: set autocomplete on tfa input form
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
This commit is contained in:
parent
af27e81747
commit
3a4432a6e4
@ -374,6 +374,7 @@ Ext.define('Proxmox.window.TfaLoginWindow', {
|
||||
allowBlank: false,
|
||||
regex: /^[0-9]{2,16}$/,
|
||||
regexText: gettext('TOTP codes usually consist of six decimal digits'),
|
||||
inputAttrTpl: 'autocomplete=one-time-code',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user