Log the error to the ui to figure out what's going on with #2755

pull/2814/head
tidusjar 6 years ago
parent ff73e78e2c
commit 01ff2acb9a

@ -161,7 +161,8 @@ export class LoginComponent implements OnDestroy, OnInit {
}
}, err => {
this.notify.error(err.statusText);
console.log(err);
this.notify.error(err.body);
this.router.navigate(["login"]);
});

Loading…
Cancel
Save