mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
fixed boris caption
This commit is contained in:
parent
dac27ca9d8
commit
32a2a0567e
5 changed files with 17 additions and 3 deletions
|
@ -84,7 +84,7 @@ function* refreshUser() {
|
|||
function* checkUserSaga({ key }: RehydrateAction) {
|
||||
if (key !== 'auth') return;
|
||||
yield call(refreshUser);
|
||||
yield put(authOpenProfile('gvorcek'));
|
||||
// yield put(authOpenProfile('gvorcek'));
|
||||
}
|
||||
|
||||
function* gotPostMessageSaga({ token }: ReturnType<typeof gotAuthPostMessage>) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue