Skip to content

Commit 4f3419d

Browse files
goffrieConvex, Inc.
authored and
Convex, Inc.
committed
Pass appName to /api/authorize in AuthorizeProject (#34472)
GitOrigin-RevId: d5cd794ee503658dc1a828ebb554d2e119dbf428
1 parent 328b90d commit 4f3419d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

npm-packages/dashboard/src/components/AuthorizeProject.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export function AuthorizeProject() {
6666
teamId: null,
6767
projectId: project.id,
6868
deviceName: callingApplication.name,
69+
appName: callingApplication.name,
6970
deploymentId: null, // Authorize all deployments in this project
7071
permissions: null, // Allow all permissions
7172
});

0 commit comments

Comments
 (0)