logIn: rethrow 403 for non-waitlisted account

environments/review-login-fail-d7fgi4/deployments/503
Alex Gleason 2 years ago
parent ef6608341f
commit 3fbc912dae
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -181,7 +181,7 @@ export const verifyCredentials = (token: string, accountUrl?: string) => {
} else {
if (getState().me === null) dispatch(fetchMeFail(error));
dispatch({ type: VERIFY_CREDENTIALS_FAIL, token, error, skipAlert: true });
return error;
throw error;
}
});
};

Loading…
Cancel
Save