mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Log the error to the ui to figure out what's going on with #2755
This commit is contained in:
parent
ff73e78e2c
commit
01ff2acb9a
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue