VERIFY_CREDENTIALS_FAIL: skipAlert
This commit is contained in:
parent
7449c517a7
commit
5f183d38b1
|
@ -152,7 +152,7 @@ export function verifyCredentials(token, accountUrl) {
|
||||||
return account;
|
return account;
|
||||||
}).catch(error => {
|
}).catch(error => {
|
||||||
if (getState().get('me') === null) dispatch(fetchMeFail(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 New Issue