Fox bug
This commit is contained in:
parent
372db241e9
commit
3edd41b97e
|
@ -111,7 +111,7 @@ function fetchme(token, silent, cb) {
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
// When failed to authenticate user
|
// When failed to authenticate user
|
||||||
if (res.status !== 200) {
|
if (res.status !== 200) {
|
||||||
signout();
|
return signout();
|
||||||
}
|
}
|
||||||
res.json().then(i => {
|
res.json().then(i => {
|
||||||
me = i;
|
me = i;
|
||||||
|
|
Loading…
Reference in New Issue