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
);