From f5272bb5f332e240968b9a7a7a7ace0550c5ccfc Mon Sep 17 00:00:00 2001 From: rr- Date: Mon, 11 Apr 2016 19:22:15 +0200 Subject: [PATCH] client/api: fix login error handling --- client/js/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/js/main.js b/client/js/main.js index be91931..6f9e275 100644 --- a/client/js/main.js +++ b/client/js/main.js @@ -23,7 +23,6 @@ const api = require('./api.js'); api.loginFromCookies().then(() => { page(); }).catch(errorMessage => { - page(); page('/'); events.notify( events.Error,