auth: saga for logging through vk

This commit is contained in:
muerwre 2018-12-10 14:54:38 +07:00
parent a0c1f00be4
commit 2608b2687c
3 changed files with 16 additions and 1 deletions

View file

@ -48,3 +48,5 @@ export const setReady = ready => ({ type: ACTIONS.SET_READY, ready });
export const gotVkUser = user => ({ type: ACTIONS.GOT_VK_USER, user });
export const keyPressed = ({ key }) => ({ type: ACTIONS.KEY_PRESSED, key });
export const iframeLoginVk = payload => ({ type: ACTIONS.IFRAME_LOGIN_VK, ...payload });