mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
Fox bug
This commit is contained in:
parent
24240c7346
commit
6f37624fb4
@ -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…
Reference in New Issue
Block a user