Skip to content

Commit

Permalink
Added missing API key scope
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwf committed Oct 28, 2021
1 parent 277a446 commit 59a1bce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import { Button } from '../../../shared/navigation/Button';
const scopeDefinitions = [
{ label: 'Site admin', value: 'site.admin' },
{ label: 'Capture model admin', value: 'model.admin' },
{ label: 'Tasks admin', value: 'tasks.admin' },
];

export const GenerateApiKey: React.FC = () => {
Expand Down

0 comments on commit 59a1bce

Please sign in to comment.