forked from FoundKeyGang/FoundKey
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
This commit is contained in:
commit
0305caf504
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue