From a70df1505e8d4dfbb7540b6e3d5ffe5da2f9609c Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 17 Sep 2018 02:54:40 +0200 Subject: deploy bundle --- app/client/auth/auth.actions.js | 1 + 1 file changed, 1 insertion(+) (limited to 'app') diff --git a/app/client/auth/auth.actions.js b/app/client/auth/auth.actions.js index c4d9b52..42df1e2 100644 --- a/app/client/auth/auth.actions.js +++ b/app/client/auth/auth.actions.js @@ -76,6 +76,7 @@ export function checkin() { fetch(api.checkin, put({})) .then(req => req.json()) .then(data => { + console.log(data) dispatch(setCurrentUser(data.user)) }) .catch(error => { -- cgit v1.2.3-70-g09d2