mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-01-20 02:24:19 +05:30
Добавлен автоматический выход из аккаунта, если зафейлится запрос /current
This commit is contained in:
parent
e4ccf8d193
commit
a80e58b640
@ -34,7 +34,11 @@ export function authenticate({token, refreshToken}) {
|
|||||||
refreshToken
|
refreshToken
|
||||||
}
|
}
|
||||||
}))
|
}))
|
||||||
)
|
, () => {
|
||||||
|
dispatch(logout());
|
||||||
|
|
||||||
|
return Promise.reject();
|
||||||
|
})
|
||||||
.then(({user, account}) => {
|
.then(({user, account}) => {
|
||||||
dispatch(add(account));
|
dispatch(add(account));
|
||||||
dispatch(activate(account));
|
dispatch(activate(account));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user