소스 검색

removed a todo comment

kaori 4 년 전
부모
커밋
7833b3b8cc
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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,