diff --git a/app/stores/AuthStore.ts b/app/stores/AuthStore.ts index 7fbcb6c51..c0c153717 100644 --- a/app/stores/AuthStore.ts +++ b/app/stores/AuthStore.ts @@ -236,8 +236,6 @@ export default class AuthStore { this.suspendedContactEmail = err.data.adminEmail; return; } - - throw err; } finally { this.isFetching = false; }