Merge pull request #2053 from GSA/notify-admin-2037

remove permission to manage API integration
This commit is contained in:
Carlo Costino
2024-10-24 09:49:21 -04:00
committed by GitHub
3 changed files with 3 additions and 20 deletions

View File

@@ -17,7 +17,6 @@ permission_options = (
("send_messages", "Send messages"),
("manage_templates", "Add and edit templates"),
("manage_service", "Manage settings, team and usage"),
("manage_api_keys", "Manage API integration"),
)