Amend bad copilot sugestion about gender options.
Sorry it got autocompleted...
This commit is contained in:
parent
04e19af690
commit
a97a204185
|
@ -55,7 +55,7 @@ export const { getKcContext } = createGetKcContext<KcContextExtension>({
|
||||||
{
|
{
|
||||||
validators: {
|
validators: {
|
||||||
options: {
|
options: {
|
||||||
options: ["male", "female", "non-binary", "transgender", "intersex", "non_communicated"]
|
options: ["male", "female", "non_binary", "prefer_not_to_say"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// eslint-disable-next-line no-template-curly-in-string
|
// eslint-disable-next-line no-template-curly-in-string
|
||||||
|
|
Loading…
Reference in a new issue