VERIFY_CREDENTIALS_FAIL: skipAlert
This commit is contained in:
parent
7449c517a7
commit
5f183d38b1
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ export function verifyCredentials(token, accountUrl) {
|
|||
return account;
|
||||
}).catch(error => {
|
||||
if (getState().get('me') === null) dispatch(fetchMeFail(error));
|
||||
dispatch({ type: VERIFY_CREDENTIALS_FAIL, token, error });
|
||||
dispatch({ type: VERIFY_CREDENTIALS_FAIL, token, error, skipAlert: true });
|
||||
});
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue