fixed insecure route list on user login

This commit is contained in:
Fedor Katurov 2020-01-14 11:26:12 +07:00
parent 0710ecdf01
commit bf4ecc68c8
3 changed files with 18 additions and 113 deletions

View file

@ -1,6 +1,7 @@
export const USER_ACTIONS = {
SET_USER: 'SET_USER',
USER_LOGOUT: 'USER_LOGOUT',
USER_LOGIN: 'USER_LOGIN',
GOT_VK_USER: 'GOT_VK_USER',
IFRAME_LOGIN_VK: 'IFRAME_LOGIN_VK',