Jelajahi Sumber

uat扫码推送

laiguoran 4 tahun lalu
induk
melakukan
cf587120aa
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app/controller/login_controller.js

+ 1 - 1
app/controller/login_controller.js

@@ -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;