[pbs-devel] [PATCH widget-toolkit 1/1] tfa window: use camel case for HttpOnly opt-in

Shannon Sterz s.sterz at proxmox.com
Wed Aug 6 12:20:03 CEST 2025


Signed-off-by: Shannon Sterz <s.sterz at proxmox.com>
---
 src/window/TfaWindow.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/window/TfaWindow.js b/src/window/TfaWindow.js
index e3a73b5..eda26f1 100644
--- a/src/window/TfaWindow.js
+++ b/src/window/TfaWindow.js
@@ -301,7 +301,7 @@ Ext.define('Proxmox.window.TfaLoginWindow', {
                 password,
             };
 
-            if (view.http_only === true) {
+            if (view.httpOnly === true) {
                 params['http-only'] = true;
             }
 
-- 
2.47.2





More information about the pbs-devel mailing list