feat(web): api key
This commit is contained in:
@@ -45,6 +45,7 @@ const ApiKeyModal = forwardRef<ApiKeyModalRef, ApiKeyModalProps>(({
|
||||
...values,
|
||||
type: application.type,
|
||||
resource_id: application.id,
|
||||
scopes: ['app']
|
||||
})
|
||||
.then(() => {
|
||||
handleClose()
|
||||
|
||||
Reference in New Issue
Block a user