diff options
Diffstat (limited to 'app/client/auth/auth.reducer.js')
| -rw-r--r-- | app/client/auth/auth.reducer.js | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
