mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 17:57:33 +00:00
fix: new es bug fixes (#1477)
* fix: displayname on members * fix: user grant update * fix: user grant id * console grantid Co-authored-by: Max Peintner <max@caos.ch>
This commit is contained in:
@@ -244,7 +244,7 @@ enum SessionState {
|
||||
}
|
||||
|
||||
message UserGrant {
|
||||
string grant_id = 1;
|
||||
string id = 1;
|
||||
zitadel.v1.ObjectDetails details = 2;
|
||||
repeated string role_keys = 3;
|
||||
UserGrantState state = 4;
|
||||
|
Reference in New Issue
Block a user