From 3043751ba11a38ebd9f03416fd7f4600dae41f1a Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 17 Sep 2018 13:24:41 +0200 Subject: production routing shit --- app/client/auth/auth.reducer.js | 1 + 1 file changed, 1 insertion(+) (limited to 'app/client/auth/auth.reducer.js') diff --git a/app/client/auth/auth.reducer.js b/app/client/auth/auth.reducer.js index 80b1ec5..a56f94a 100644 --- a/app/client/auth/auth.reducer.js +++ b/app/client/auth/auth.reducer.js @@ -11,6 +11,7 @@ const authInitialState = { } const auth = (state = authInitialState, action) => { + console.log(action) switch(action.type) { case types.auth.set_token: return { -- cgit v1.2.3-70-g09d2