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