Skip to content

Commit

Permalink
remove awx oauth applications
Browse files Browse the repository at this point in the history
  • Loading branch information
keithjgrant committed Aug 22, 2024
1 parent 2cf336f commit f2ec119
Show file tree
Hide file tree
Showing 23 changed files with 3 additions and 1,577 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ export function useGetActivityStreamRoute(resource?: string | null): AwxRoute |
return AwxRoute.WorkflowApprovalDetails;
case 'management_job':
return AwxRoute.ManagementJobSchedules;
case 'o_auth2_application':
return AwxRoute.ApplicationDetails;
case 'organization':
return AwxRoute.OrganizationDetails;
case 'team':
Expand Down
226 changes: 0 additions & 226 deletions frontend/awx/administration/applications/ApplicationForm.cy.tsx

This file was deleted.

Loading

0 comments on commit f2ec119

Please sign in to comment.