aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/UserStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/UserStore.js')
-rw-r--r--src/stores/UserStore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/UserStore.js b/src/stores/UserStore.js
index ad714a62d..77d84afe1 100644
--- a/src/stores/UserStore.js
+++ b/src/stores/UserStore.js
@@ -278,7 +278,7 @@ export default class UserStore extends Store {
278 // Give this some time to sink 278 // Give this some time to sink
279 setTimeout(() => { 279 setTimeout(() => {
280 this._tokenLogin(token); 280 this._tokenLogin(token);
281 }, 100); 281 }, 1000);
282 } 282 }
283 } else if (!this.isLoggedIn 283 } else if (!this.isLoggedIn
284 && !currentRoute.includes(this.BASE_ROUTE)) { 284 && !currentRoute.includes(this.BASE_ROUTE)) {