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

This commit is contained in:
tidusjar 2019-01-22 21:12:00 +00:00
parent ff73e78e2c
commit 01ff2acb9a

View file

@ -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"]);
});