mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 17:51:06 -03:30
fix oauth urls & rename for clarity
This commit is contained in:
@@ -1639,7 +1639,7 @@ class OrganizationApplicationList(SubListCreateAPIView):
|
||||
swagger_topic = 'Authentication'
|
||||
|
||||
|
||||
class OAuth2PersonalTokenList(SubListCreateAPIView):
|
||||
class UserPersonalTokenList(SubListCreateAPIView):
|
||||
|
||||
view_name = _("OAuth2 Personal Access Tokens")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user