logIn: rethrow 403 for non-waitlisted account
This commit is contained in:
parent
ef6608341f
commit
3fbc912dae
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue