Template fixes

This commit is contained in:
Bryan Ashby
2019-06-16 15:30:47 -06:00
parent da961c34a7
commit abc6465af4
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
);