lintry

修改错误变量

......@@ -47,7 +47,7 @@ const Authenticator = function (secret, options) {
* @return {string}
*/
this.getOtpAuthURL = function (label, issuer) {
return speakeasy.otpauthURL(_.merge({}, TOTP_OPTIONS, {label: title, issuer: issuer}));
return speakeasy.otpauthURL(_.merge({}, TOTP_OPTIONS, {label: label, issuer: issuer}));
};
/**
......