Ver Fonte

add user (#4486)

Feroze Mohideen há 2 anos atrás
pai
commit
45860bbb0e
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      api/server/router/project.go

+ 1 - 0
api/server/router/project.go

@@ -460,6 +460,7 @@ func getProjectRoutes(
 				RelativePath: relPath + "/billing/publishable_key",
 			},
 			Scopes: []types.PermissionScope{
+				types.UserScope,
 				types.ProjectScope,
 			},
 		},