mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 01:47:33 +00:00
feat: request users ordered by creation date (#5160)
* feat: request users ordered by creation date * fix: missing case for creationDate in user-table --------- Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
@@ -330,6 +330,7 @@ enum UserFieldName {
|
||||
USER_FIELD_NAME_EMAIL = 6;
|
||||
USER_FIELD_NAME_STATE = 7;
|
||||
USER_FIELD_NAME_TYPE = 8;
|
||||
USER_FIELD_NAME_CREATION_DATE = 9;
|
||||
}
|
||||
|
||||
message AuthFactor {
|
||||
|
Reference in New Issue
Block a user