boundless-hydrogen-45841
08/24/2022, 9:44 AM"name": {
"type": "object",
"properties": {
"first": {
"type": "string"
},
"last": {
"type": "string"
}
}
}
this is my name object in identity.schema.json, when I am using the recover password flow I am getting the error in the attached image.
I am just passing email and password traits while updating the password but still getting the error related to first_name and last_name
On local this works fine but not on productionred-machine-69654
08/25/2022, 8:30 AM