User: Fix externalUserId not being populated (#57341)

This commit is contained in:
Josh Hunt
2022-10-20 18:12:53 +01:00
committed by GitHub
parent a61e044d00
commit 8cebaf345d

View File

@@ -198,7 +198,7 @@ type SignedInUser struct {
OrgName string OrgName string
OrgRole roletype.RoleType OrgRole roletype.RoleType
ExternalAuthModule string ExternalAuthModule string
ExternalAuthID string ExternalAuthID string `xorm:"external_auth_id"`
Login string Login string
Name string Name string
Email string Email string