From 3edd41b97ee9f7be083fe2cfc979d358f1857c8b Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 1 Jan 2017 11:19:42 +0900 Subject: [PATCH] Fox bug --- src/web/app/boot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/app/boot.js b/src/web/app/boot.js index 348787726..612e73e88 100644 --- a/src/web/app/boot.js +++ b/src/web/app/boot.js @@ -111,7 +111,7 @@ function fetchme(token, silent, cb) { }).then(res => { // When failed to authenticate user if (res.status !== 200) { - signout(); + return signout(); } res.json().then(i => { me = i;