feat: provision from SSO preferred_username (#5347)

* feat: provision from SSO preferred_username

* update ee ref
This commit is contained in:
HugoCasa
2025-02-21 16:20:21 +01:00
committed by GitHub
parent 455dd746e9
commit c9f044ebb2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
2bb902449b6df37a6a81989ce98f4a12716a01d6
2dca712cde013e7dda96dc3162e47a148973a0dc
+1 -1
View File
@@ -2044,7 +2044,7 @@ pub struct LoginUserInfo {
pub email: Option<String>,
pub name: Option<String>,
pub company: Option<String>,
pub preferred_username: Option<String>,
pub displayName: Option<String>,
}