We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 328b90d commit 4f3419dCopy full SHA for 4f3419d
npm-packages/dashboard/src/components/AuthorizeProject.tsx
@@ -66,6 +66,7 @@ export function AuthorizeProject() {
66
teamId: null,
67
projectId: project.id,
68
deviceName: callingApplication.name,
69
+ appName: callingApplication.name,
70
deploymentId: null, // Authorize all deployments in this project
71
permissions: null, // Allow all permissions
72
});
0 commit comments