From 9ca6a6bf064634bab6611f4e70d20a62fd3b48ed Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 25 Sep 2018 21:23:26 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B5=E3=83=BC=E3=83=90=E3=83=BC=E3=81=B8?= =?UTF-8?q?=E3=81=AE=E6=8E=A5=E7=B6=9A=E3=81=8C=E4=B8=8D=E5=AE=89=E5=AE=9A?= =?UTF-8?q?=E3=81=AA=E6=99=82=E3=81=AB=E3=82=B5=E3=82=A4=E3=83=B3=E3=82=A2?= =?UTF-8?q?=E3=82=A6=E3=83=88=E3=81=97=E3=81=AA=E3=81=84=E3=82=88=E3=81=86?= =?UTF-8?q?=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/app/mios.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/app/mios.ts b/src/client/app/mios.ts index 0f72cd2f3..ed9e3a6ae 100644 --- a/src/client/app/mios.ts +++ b/src/client/app/mios.ts @@ -265,7 +265,7 @@ export default class MiOS extends EventEmitter { // When success .then(res => { // When failed to authenticate user - if (res.status !== 200) { + if (res.status !== 200 && res.status < 500) { return this.signout(); }