client/api: fix login error handling
This commit is contained in:
parent
0b5f436f40
commit
f5272bb5f3
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ const api = require('./api.js');
|
||||||
api.loginFromCookies().then(() => {
|
api.loginFromCookies().then(() => {
|
||||||
page();
|
page();
|
||||||
}).catch(errorMessage => {
|
}).catch(errorMessage => {
|
||||||
page();
|
|
||||||
page('/');
|
page('/');
|
||||||
events.notify(
|
events.notify(
|
||||||
events.Error,
|
events.Error,
|
||||||
|
|
Loading…
Reference in a new issue