summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-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 813617c7d0..0b94d331ea 100644
--- a/src/client/mios.ts
+++ b/src/client/mios.ts
@@ -59,7 +59,7 @@ export default class MiOS extends EventEmitter {
let me = null;
// Return when not signed in
- if (token == null) {
+ if (token == null || token === 'null') {
return done();
}