Template fixes

This commit is contained in:
Bryan Ashby 2019-06-16 15:30:47 -06:00
parent da961c34a7
commit abc6465af4
No known key found for this signature in database
GPG Key ID: B49EB437951D2542
2 changed files with 14 additions and 1 deletions

View File

@ -153,7 +153,7 @@ exports.getModule = class User2FA_OTPConfigModule extends MenuModule {
}
};
this.gotoMenu(
this.menuConfig.config.user2FAOTP_ShowDetails || 'user2FAOTP_ShowDetails',
this.menuConfig.config.userTwoFactorAuthOTPConfigShowDetails || 'userTwoFactorAuthOTPConfigShowDetails',
modOpts,
cb
);

View File

@ -1304,6 +1304,19 @@
userTwoFactorAuthOTPSecConnRequired: {
desc: Insecure Warning
art: 2FAOTPSECREQ
config: {
cls: true
pause: true
}
}
userTwoFactorAuthOTPConfigShowDetails: {
desc: 2FA/OTP Details
module: show_art
config: {
pause: true
method: extraArgs
}
}
nodeMessage: {