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,4 +48,6 @@ export const ACTIONS = ({
GOT_VK_USER: 'GOT_VK_USER',
KEY_PRESSED: 'KEY_PRESSED',
IFRAME_LOGIN_VK: 'IFRAME_LOGIN_VK',
}: { [key: String]: String });