aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/UserStore.js
diff options
context:
space:
mode:
authorLibravatar Stefan <stefan@adlk.io>2019-02-12 11:27:25 +0100
committerLibravatar Stefan <stefan@adlk.io>2019-02-12 11:27:25 +0100
commitafb6a91741c4c5ce9ef1e52266223faa35469d8b (patch)
tree4bfac28105b1340e17256242c1d6948cc546ac59 /src/stores/UserStore.js
parentMerge branch 'master' into develop (diff)
downloadferdium-app-afb6a91741c4c5ce9ef1e52266223faa35469d8b.tar.gz
ferdium-app-afb6a91741c4c5ce9ef1e52266223faa35469d8b.tar.zst
ferdium-app-afb6a91741c4c5ce9ef1e52266223faa35469d8b.zip
Fix windows token login
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)) {