kaori %!s(int64=4) %!d(string=hai) anos
pai
achega
963b578ebb
Modificáronse 1 ficheiros con 0 adicións e 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;
       }