Merge pull request #1965 from versity/sis/admin-cli-update-user-project-id

This commit is contained in:
Ben McClelland
2026-03-13 05:58:41 -07:00
committed by GitHub
+1 -1
View File
@@ -433,7 +433,7 @@ func updateUser(ctx *cli.Context) error {
ctx.String("secret"),
ctx.Int("user-id"),
ctx.Int("group-id"),
ctx.Int("projectID"),
ctx.Int("project-id"),
auth.Role(ctx.String("role"))
props := auth.MutableProps{}