fix oauth urls & rename for clarity

This commit is contained in:
adamscmRH
2018-05-24 15:28:17 -04:00
parent 3d5605f4b5
commit bb6a4f6964
5 changed files with 8 additions and 10 deletions

View File

@@ -1639,7 +1639,7 @@ class OrganizationApplicationList(SubListCreateAPIView):
swagger_topic = 'Authentication'
class OAuth2PersonalTokenList(SubListCreateAPIView):
class UserPersonalTokenList(SubListCreateAPIView):
view_name = _("OAuth2 Personal Access Tokens")