Browse Source

removed a todo comment

kaori 4 năm trước cách đây
mục cha
commit
7833b3b8cc
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/server/routes/forgot-password.js

+ 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,