Skip to content

Commit

Permalink
feat(create_user): restore email confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
Franco Méndez committed Nov 14, 2019
1 parent 5019587 commit 252c93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_user.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ async function createUser(
}
},
user_verifications: {
email: true,
email: false,
phone: false,
selfie_image: false,
selfie_image_checked: false,
Expand Down

0 comments on commit 252c93c

Please sign in to comment.