Template fixes
This commit is contained in:
parent
da961c34a7
commit
abc6465af4
|
@ -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
|
||||
);
|
||||
|
|
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue