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