diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-17 02:54:40 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-17 02:54:40 +0200 |
| commit | a70df1505e8d4dfbb7540b6e3d5ffe5da2f9609c (patch) | |
| tree | 969fc6963d448130da6f6e94436b8321b93f3b0f /app | |
| parent | cb36c013f8a07f5feef8a9e9474b40eabc7472f6 (diff) | |
deploy bundle
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 => { |
