Fix lint errors

pull/10692/head
Kai 8 years ago committed by GitHub
parent 620c746bb6
commit cd9a4f2a09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      server/lib/accounts.js

@ -68,7 +68,7 @@ Accounts.emailTemplates.verifyEmail.html = function(user, url) {
};
Accounts.urls.resetPassword = function(token) {
return Meteor.absoluteUrl('reset-password/${token}');
return Meteor.absoluteUrl(`reset-password/${token}`);
};
Accounts.emailTemplates.resetPassword.html = Accounts.emailTemplates.resetPassword.text;

Loading…
Cancel
Save