From 666b6d52630c2134c76dc9a6d9586efe293887c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20Szab=C3=B3?= <tamas@szaboo.com> Date: Sat, 3 Feb 2018 21:25:37 +0100 Subject: [PATCH] missing logout type added --- src/actions/types.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/actions/types.js b/src/actions/types.js index 546a492..af56763 100644 --- a/src/actions/types.js +++ b/src/actions/types.js @@ -1,3 +1,4 @@ export const GET_USERDATA = 'get_userdata'; export const PROFILE_CHANGE = 'profile_change'; export const GROUP_CHANGE = 'group_change'; +export const LOGOUT = 'logout'; -- GitLab