1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

refactored

This commit is contained in:
Fedor Katurov 2020-08-03 14:42:54 +07:00
parent 43968f14b2
commit 16700432d2
3 changed files with 3 additions and 3 deletions

View file

@ -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) {