From: Shannon Sterz <s.sterz@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH widget-toolkit 1/1] tfa window: use camel case for HttpOnly opt-in
Date: Wed, 6 Aug 2025 12:20:03 +0200 [thread overview]
Message-ID: <20250806102002.150614-4-s.sterz@proxmox.com> (raw)
In-Reply-To: <20250806102002.150614-2-s.sterz@proxmox.com>
Signed-off-by: Shannon Sterz <s.sterz@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
_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
next prev parent reply other threads:[~2025-08-06 10:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-06 10:20 [pbs-devel] [PATCH proxmox-backup/widget-toolkit 0/2] follow up TFA HttpOnly opt-in: use camel case Shannon Sterz
2025-08-06 10:20 ` Shannon Sterz [this message]
2025-08-06 10:20 ` [pbs-devel] [PATCH proxmox-backup 1/1] ui: login: use camel case for tfa challeng HttpOnly opt in Shannon Sterz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250806102002.150614-4-s.sterz@proxmox.com \
--to=s.sterz@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox