mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 18:17:35 +00:00
feat: correct create projectgrant usergrant (#389)
* feat: correct create projectgrant usergrant * fix: remove orgid in frontend
This commit is contained in:
@@ -259,7 +259,6 @@ export class MgmtUserService {
|
||||
roleNamesList: string[],
|
||||
): Promise<UserGrant> {
|
||||
const req = new ProjectGrantUserGrantCreate();
|
||||
req.setOrgId(orgId);
|
||||
req.setProjectId(projectId);
|
||||
req.setProjectGrantId(grantId);
|
||||
req.setUserId(userId);
|
||||
|
Reference in New Issue
Block a user