Skip to content

Commit

Permalink
Fix register
Browse files Browse the repository at this point in the history
  • Loading branch information
cleve-fauna committed Sep 17, 2021
1 parent 5be6bb6 commit 8743042
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/register.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ const handleRegister = (event, username, password, alias, name, sessionContext,
sessionContext.dispatch({ type: 'register', data: e })
history.push('/')
})
.catch(err => {
.catch(err => {
console.log(err);
const errorCode = safeVerifyError(err, [
'requestResult',
'responseContent',
Expand Down

0 comments on commit 8743042

Please sign in to comment.