Reorder 2F options

This commit is contained in:
Christophe Maudoux 2021-05-20 23:17:09 +02:00
parent 66f428b474
commit c54204bd50
2 changed files with 4 additions and 4 deletions

View File

@ -879,13 +879,13 @@ sub tree {
nodes => [
'totp2fActivation',
'totp2fSelfRegistration',
'totp2fUserCanRemoveKey',
'totp2fUserCanChangeKey',
'totp2fIssuer',
'totp2fInterval',
'totp2fRange',
'totp2fDigits',
'totp2fDisplayExistingSecret',
'totp2fUserCanChangeKey',
'totp2fUserCanRemoveKey',
'totp2fTTL',
'totp2fAuthnLevel',
'totp2fLabel',
@ -910,12 +910,12 @@ sub tree {
nodes => [
'yubikey2fActivation',
'yubikey2fSelfRegistration',
'yubikey2fUserCanRemoveKey',
'yubikey2fClientID',
'yubikey2fSecretKey',
'yubikey2fNonce',
'yubikey2fUrl',
'yubikey2fPublicIDSize',
'yubikey2fUserCanRemoveKey',
'yubikey2fFromSessionAttribute',
'yubikey2fTTL',
'yubikey2fAuthnLevel',

File diff suppressed because one or more lines are too long