This commit is contained in:
syuilo 2017-01-01 11:19:42 +09:00
parent 372db241e9
commit 3edd41b97e

View file

@ -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;