Hey guys, I am using phone number in the identity ...
# general
f
Hey guys, I am using phone number in the identity schema in the following format :
Copy code
"phone": {
    "type": "string",
    "format": "tel",
    "title": "Phone",
}
however, when I try to complete a registration flow using phone number, i get an error message saying
<phone-number> is not a valid "email"
. Any idea why this is happening? happy to provide more info if needed.