diff --git a/src/web/app/boot.js b/src/web/app/boot.js index e626c35f5..5d3a6f0ec 100644 --- a/src/web/app/boot.js +++ b/src/web/app/boot.js @@ -108,7 +108,7 @@ function fetchme(token, silent, cb) { // Return when not signed in if (token == null) { - done(); + return done(); } // Fetch user