mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 15:40:57 -07:00
Fox bug
This commit is contained in:
parent
24240c7346
commit
6f37624fb4
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue