mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
correct authorization code expiration help-text
This commit is contained in:
parent
d2fa5cc182
commit
5c080678a6
@ -43,7 +43,7 @@ register(
|
||||
help_text=_('Dictionary for customizing OAuth 2 timeouts, available items are '
|
||||
'`ACCESS_TOKEN_EXPIRE_SECONDS`, the duration of access tokens in the number '
|
||||
'of seconds, and `AUTHORIZATION_CODE_EXPIRE_SECONDS`, the duration of '
|
||||
'authorization grants in the number of seconds.'),
|
||||
'authorization codes in the number of seconds.'),
|
||||
category=_('Authentication'),
|
||||
category_slug='authentication',
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user