Fix WebAuthn manager display (#1411)

This commit is contained in:
Maxime Besson 2022-02-18 16:27:32 +01:00
parent bb775a6fb6
commit ffbdcdb4fc
2 changed files with 4 additions and 2 deletions

View File

@ -985,6 +985,7 @@ sub tree {
{
title => 'rest2f',
help => 'rest2f.html',
form => 'simpleInputContainer',
nodes => [
'rest2fActivation', 'rest2fInitUrl',
'rest2fInitArgs', 'rest2fVerifyUrl',
@ -995,10 +996,11 @@ sub tree {
{
title => 'webauthn2f',
help => 'webauthn2f.html',
form => 'simpleInputContainer',
nodes => [
'webauthn2fActivation',
'webauthn2fUserVerification',
'webauthn2fSelfRegistration',
'webauthn2fUserVerification',
'webauthn2fUserCanRemoveKey',
'webauthnRpName',
'webauthnDisplayNameAttr',

File diff suppressed because one or more lines are too long