mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
Merge pull request #13562 from siw36/fix-typo-generic-oidc
Fix a typo in the help text for Generic OIDC
This commit is contained in:
commit
05af2972bf
@ -1258,7 +1258,7 @@ register(
|
||||
field_class=fields.BooleanField,
|
||||
default=True,
|
||||
label=_('Verify OIDC Provider Certificate'),
|
||||
help_text=_('Verify the OIDV provider ssl certificate.'),
|
||||
help_text=_('Verify the OIDC provider ssl certificate.'),
|
||||
category=_('Generic OIDC'),
|
||||
category_slug='oidc',
|
||||
)
|
||||
|
||||
@ -868,7 +868,7 @@
|
||||
"type": "boolean",
|
||||
"required": false,
|
||||
"label": "Verify OIDC Provider Certificate",
|
||||
"help_text": "Verify the OIDV provider ssl certificate.",
|
||||
"help_text": "Verify the OIDC provider ssl certificate.",
|
||||
"category": "Generic OIDC",
|
||||
"category_slug": "oidc",
|
||||
"default": true
|
||||
@ -4545,7 +4545,7 @@
|
||||
"SOCIAL_AUTH_OIDC_VERIFY_SSL": {
|
||||
"type": "boolean",
|
||||
"label": "Verify OIDC Provider Certificate",
|
||||
"help_text": "Verify the OIDV provider ssl certificate.",
|
||||
"help_text": "Verify the OIDC provider ssl certificate.",
|
||||
"category": "Generic OIDC",
|
||||
"category_slug": "oidc",
|
||||
"default": true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user