mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
refactored
This commit is contained in:
parent
43968f14b2
commit
16700432d2
3 changed files with 3 additions and 3 deletions
|
@ -464,8 +464,8 @@ function* loginWithSocial({ token }: ReturnType<typeof authLoginWithSocial>) {
|
|||
|
||||
if (data.token) {
|
||||
yield put(authSetToken(data.token));
|
||||
yield put(modalSetShown(false));
|
||||
yield call(refreshUser);
|
||||
yield put(modalSetShown(false));
|
||||
return;
|
||||
}
|
||||
} catch (e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue