ui: webauthn config: set default values for unconfigured case
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
a6a903293b
commit
a9ffa010c8
|
@ -10,14 +10,17 @@ Ext.define('PBS.WebauthnConfigView', {
|
|||
rp: {
|
||||
header: gettext('Relying Party'),
|
||||
required: true,
|
||||
defaultValue: gettext('Not configured'),
|
||||
},
|
||||
origin: {
|
||||
header: gettext('Origin'),
|
||||
required: true,
|
||||
defaultValue: gettext('Not configured'),
|
||||
},
|
||||
id: {
|
||||
header: 'ID',
|
||||
required: true,
|
||||
defaultValue: gettext('Not configured'),
|
||||
},
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue