1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 21:06:42 +07:00

fixed cell appearance

This commit is contained in:
Fedor Katurov 2019-11-15 15:23:11 +07:00
parent 52865a302f
commit 51fcaa3ae0
3 changed files with 131 additions and 56 deletions

View file

@ -117,7 +117,7 @@ function* refreshUser() {
function* checkUserSaga({ key }: RehydrateAction) {
if (key !== "auth") return;
yield call(refreshUser);
yield put(authOpenProfile("gvorcek", "settings"));
// yield put(authOpenProfile("gvorcek", "settings"));
}
function* gotPostMessageSaga({ token }: ReturnType<typeof gotAuthPostMessage>) {