Skip to content

Commit

Permalink
Merge pull request #4069 from zendesk/awoo/remove-oauth-app
Browse files Browse the repository at this point in the history
remove oauth applications from manage dropdown
  • Loading branch information
anthonywoo committed Nov 20, 2023
2 parents d4e1c6d + 891456e commit d31aa15
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/views/layouts/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@
<li><%= link_to "Vault Servers", vault_servers_path %></li>
<% end %>
<li><%= link_to "Reports", csv_exports_path %></li>
<% if current_user&.super_admin? %>
<li><%= link_to "OAuth Applications", oauth_applications_path %></li>
<% end %>
<%= Samson::Hooks.render_views(:manage_menu, self) %>
</ul>
</li>
Expand Down

0 comments on commit d31aa15

Please sign in to comment.