totp: add location hostname into default issuer
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
05da27edef
commit
d6f0eee91c
@ -18,7 +18,7 @@ Ext.define('Proxmox.window.AddTotp', {
|
|||||||
isAdd: true,
|
isAdd: true,
|
||||||
userid: undefined,
|
userid: undefined,
|
||||||
tfa_id: undefined,
|
tfa_id: undefined,
|
||||||
issuerName: 'Proxmox',
|
issuerName: `Proxmox - ${document?.location?.hostname || 'unknown'}`,
|
||||||
fixedUser: false,
|
fixedUser: false,
|
||||||
|
|
||||||
updateQrCode: function() {
|
updateQrCode: function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user