From 4c18946614657a9f8955408e514172a74eacc28e Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 17 Sep 2018 02:25:36 +0200 Subject: logging i --- app/client/auth/auth.reducer.js | 3 +++ 1 file changed, 3 insertions(+) (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 7b3193a..80b1ec5 100644 --- a/app/client/auth/auth.reducer.js +++ b/app/client/auth/auth.reducer.js @@ -39,6 +39,9 @@ const auth = (state = authInitialState, action) => { case types.auth.set_current_user: return { ...state, + loading: false, + initialized: true, + isAuthenticated: true, user: action.data, error: null, } -- cgit v1.2.3-70-g09d2