This commit is contained in:
Tom Moor
2023-08-06 13:10:50 -04:00
parent 401ae73a04
commit 4758778fc7

View File

@@ -236,8 +236,6 @@ export default class AuthStore {
this.suspendedContactEmail = err.data.adminEmail; this.suspendedContactEmail = err.data.adminEmail;
return; return;
} }
throw err;
} finally { } finally {
this.isFetching = false; this.isFetching = false;
} }