summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-09-17 02:54:40 +0200
committerJules Laplace <julescarbon@gmail.com>2018-09-17 02:54:40 +0200
commita70df1505e8d4dfbb7540b6e3d5ffe5da2f9609c (patch)
tree969fc6963d448130da6f6e94436b8321b93f3b0f /app
parentcb36c013f8a07f5feef8a9e9474b40eabc7472f6 (diff)
deploy bundle
Diffstat (limited to 'app')
-rw-r--r--app/client/auth/auth.actions.js1
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 => {