auth: cleaned code

This commit is contained in:
muerwre 2018-12-10 14:47:03 +07:00
parent c2a202307b
commit a0c1f00be4
6 changed files with 1 additions and 106 deletions

View file

@ -48,5 +48,3 @@ 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 });