summaryrefslogtreecommitdiff
path: root/src/client/mios.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/mios.ts')
-rw-r--r--src/client/mios.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/mios.ts b/src/client/mios.ts
index a29dcd8550..c2ba8ac5cd 100644
--- a/src/client/mios.ts
+++ b/src/client/mios.ts
@@ -124,7 +124,7 @@ export default class MiOS extends EventEmitter {
} else {
// Get token from localStorage
const i = localStorage.getItem('i');
-
+
fetchme(i, me => {
if (me) {
this.store.dispatch('login', me);