mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/api: fix login error handling
This commit is contained in:
@ -23,7 +23,6 @@ const api = require('./api.js');
|
||||
api.loginFromCookies().then(() => {
|
||||
page();
|
||||
}).catch(errorMessage => {
|
||||
page();
|
||||
page('/');
|
||||
events.notify(
|
||||
events.Error,
|
||||
|
Reference in New Issue
Block a user