mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -04:00
Merge pull request #970 from alphagov/whitelist-live
Make whitelist available to live services
This commit is contained in:
@@ -73,7 +73,7 @@ def create_api_key(service_id):
|
||||
', once this service is not in trial mode' if current_service['restricted'] else ''
|
||||
)),
|
||||
(KEY_TYPE_TEST, 'Simulate sending messages to anyone'),
|
||||
(KEY_TYPE_TEAM, 'Only send messages to members of your team')
|
||||
(KEY_TYPE_TEAM, 'Only send messages to your team or whitelist')
|
||||
]
|
||||
if form.validate_on_submit():
|
||||
secret = api_key_api_client.create_api_key(
|
||||
|
||||
Reference in New Issue
Block a user