diff --git a/backend/ee-repo-ref.txt b/backend/ee-repo-ref.txt index c957625478..31bf66cae8 100644 --- a/backend/ee-repo-ref.txt +++ b/backend/ee-repo-ref.txt @@ -1 +1 @@ -2bb902449b6df37a6a81989ce98f4a12716a01d6 +2dca712cde013e7dda96dc3162e47a148973a0dc \ No newline at end of file diff --git a/backend/windmill-api/src/users.rs b/backend/windmill-api/src/users.rs index 71bfeb2c2a..3760fafb61 100644 --- a/backend/windmill-api/src/users.rs +++ b/backend/windmill-api/src/users.rs @@ -2044,7 +2044,7 @@ pub struct LoginUserInfo { pub email: Option, pub name: Option, pub company: Option, - + pub preferred_username: Option, pub displayName: Option, }