2
0
kaori 4 жил өмнө
parent
commit
7833b3b8cc

+ 0 - 1
src/server/routes/forgot-password.js

@@ -23,7 +23,6 @@ module.exports = function(crowi, app) {
       to: email,
       subject: 'Password Reset',
       template: path.join(crowi.localeDir, `${i18n}/notifications/passwordReset.txt`),
-      // TODO: need to set appropriate values by GW-6828
       vars: {
         appTitle: appService.getAppTitle(),
         email,