diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-17 03:24:53 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-17 03:24:53 +0200 |
| commit | 6eceaa562b5752ec884c15466241228db3955dc8 (patch) | |
| tree | 87791a1821144388f966ae16235a639c528b2b30 /app/client/auth/auth.actions.js | |
| parent | a70df1505e8d4dfbb7540b6e3d5ffe5da2f9609c (diff) | |
ughhhhhhhg
Diffstat (limited to 'app/client/auth/auth.actions.js')
| -rw-r--r-- | app/client/auth/auth.actions.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/auth/auth.actions.js b/app/client/auth/auth.actions.js index 42df1e2..c075646 100644 --- a/app/client/auth/auth.actions.js +++ b/app/client/auth/auth.actions.js @@ -80,7 +80,7 @@ export function checkin() { dispatch(setCurrentUser(data.user)) }) .catch(error => { - console.error(error) + console.error('err', error) dispatch(initialized()) }) } |
