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:
Miguel Cabrerizo
2023-02-17 14:15:21 +01:00
committed by GitHub
parent 99bb8ab771
commit 7fc3ecf665
5 changed files with 8 additions and 1 deletions

View File

@@ -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 {