auth: added backend debugging x4

This commit is contained in:
muerwre 2018-12-10 14:32:23 +07:00
parent 1cfcb733e7
commit b5772bd33d
3 changed files with 16 additions and 9 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 });