mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-02-16 17:41:57 +01:00
Fox bug
This commit is contained in:
parent
372db241e9
commit
3edd41b97e
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ function fetchme(token, silent, cb) {
|
|||
}).then(res => {
|
||||
// When failed to authenticate user
|
||||
if (res.status !== 200) {
|
||||
signout();
|
||||
return signout();
|
||||
}
|
||||
res.json().then(i => {
|
||||
me = i;
|
||||
|
|
Loading…
Add table
Reference in a new issue