瀏覽代碼

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