I’m testing the ability to change the prompt description for reset-password based on user metadata via Advanced Customizations, but browser developer tools show that it’s not being read.
I tried multiple formats, and they all weren’t read.
“user”: {
“userMetadata”: { “firstName”: “John”, “department”: “Engineering”, “role”: “Developer” }
},
“user”: {
“userMetadata”: {
“nickname”: “test”
}
},
“user”: {
“userMetadata”: “test”
},
“user”: {
“userMetadata”: {
“parent”: {
“child”: “false”
}
}
}