feat(web): api key

This commit is contained in:
zhaoying
2025-12-18 12:35:42 +08:00
parent 9799ba510a
commit 29cc708f4f
3 changed files with 8 additions and 7 deletions

View File

@@ -45,6 +45,7 @@ const ApiKeyModal = forwardRef<ApiKeyModalRef, ApiKeyModalProps>(({
...values,
type: application.type,
resource_id: application.id,
scopes: ['app']
})
.then(() => {
handleClose()