From 8826b87c654bad72740042e22ff958388229c86d Mon Sep 17 00:00:00 2001 From: LASER-Yi Date: Tue, 26 Jul 2022 21:27:01 +0800 Subject: [PATCH] Fix #1901 temporarily --- frontend/src/apis/raw/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/apis/raw/client.ts b/frontend/src/apis/raw/client.ts index 8dc352310..5bdcf5888 100644 --- a/frontend/src/apis/raw/client.ts +++ b/frontend/src/apis/raw/client.ts @@ -79,7 +79,7 @@ class BazarrClient { switch (code) { case 401: setLoginRequired(); - break; + return; } LOG("error", "A error has occurred", code);