Amend bad copilot sugestion about gender options.

Sorry it got autocompleted...
This commit is contained in:
Joseph Garrone 2024-06-02 21:21:43 +02:00 committed by GitHub
parent 04e19af690
commit a97a204185
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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