fix embed loading hang
This commit is contained in:
parent
bb828385d0
commit
a2d93bc7cc
1 changed files with 2 additions and 0 deletions
|
@ -159,6 +159,8 @@ export function doAuthenticate(
|
|||
});
|
||||
})
|
||||
.catch(error => {
|
||||
if (sessionStorageAvailable) window.sessionStorage.removeItem(AUTH_IN_PROGRESS);
|
||||
|
||||
dispatch({
|
||||
type: ACTIONS.AUTHENTICATION_FAILURE,
|
||||
data: { error },
|
||||
|
|
Loading…
Reference in a new issue