User: Fix externalUserId not being populated (#57341) (#57370)

(cherry picked from commit 8cebaf345d)

Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2022-10-20 14:53:17 -04:00
committed by GitHub
co-authored by Josh Hunt
parent 188792428d
commit a3bccbbdeb
+1 -1
View File
@@ -198,7 +198,7 @@ type SignedInUser struct {
OrgName string
OrgRole roletype.RoleType
ExternalAuthModule string
ExternalAuthID string
ExternalAuthID string `xorm:"external_auth_id"`
Login string
Name string
Email string