@@ -308,7 +308,7 @@ module.exports = app => {
ctx.redirect('/dashboard');
}
} catch (error) {
- this.log(error);
+ // this.log(error);
ctx.session.loginError = error;
const errorMessage = ctx.session.loginError;