From 3a4432a6e4126191f7af37a79e7998ea750f50f7 Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Mon, 19 Feb 2024 11:37:04 +0100 Subject: [PATCH] fix #5251: tfa: set autocomplete on tfa input form Signed-off-by: Maximiliano Sandoval --- src/window/TfaWindow.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/window/TfaWindow.js b/src/window/TfaWindow.js index 3646e0e..7c6f2ee 100644 --- a/src/window/TfaWindow.js +++ b/src/window/TfaWindow.js @@ -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', }, ], },