소스 검색

clean code

kaori 4 년 전
부모
커밋
ba460cee93
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/server/routes/apiv3/forgot-password.js

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

@@ -49,7 +49,6 @@ module.exports = (crowi) => {
     const appUrl = appService.getSiteUrl();
 
     try {
-      // need to handle passwordResetOrderData when user not found and not active by GW7060
       const user = await User.findOne({ email });
 
       // when the user is not found or active