Skip to content

Commit

Permalink
default back to non-US numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewplummer committed Sep 20, 2024
1 parent 4e5ef5e commit b26469f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/api/src/models/definitions/user.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"phone": {
"type": "String",
"validate": "phone:US",
"validate": "phone",
"unique": true,
"trim": true
},
Expand Down

0 comments on commit b26469f

Please sign in to comment.