kaori hace 4 años
padre
commit
963b578ebb
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      packages/app/src/server/routes/apiv3/forgot-password.js

+ 0 - 2
packages/app/src/server/routes/apiv3/forgot-password.js

@@ -62,9 +62,7 @@ module.exports = (crowi) => {
 
       // when the user is not found or active
       if (user == null || user.status !== 2) {
-        console.log('hogeeee');
         await sendPasswordResetEmail('notActiveUser', i18n, email);
-
         return;
       }