Przeglądaj źródła

Delete req.flash

Shun Miyazawa 3 lat temu
rodzic
commit
ee70c0d274

+ 0 - 1
packages/app/src/server/routes/apiv3/user-activation.ts

@@ -147,7 +147,6 @@ export const completeRegistrationAction = (crowi) => {
           }
           }
         }
         }
 
 
-        req.flash('successMessage', req.t('message.successfully_created', { username }));
         res.apiv3({ status: 'ok' });
         res.apiv3({ status: 'ok' });
       });
       });
     });
     });