revert to just using email

This commit is contained in:
Ashley Harrison 2023-03-02 13:08:03 +00:00
parent 777c73679e
commit 8f10f9b1bc
No known key found for this signature in database
GPG Key ID: AEC29E54E8D7CD90

View File

@ -611,7 +611,7 @@ func buildUserAnalyticsSettings(signedInUser user.SignedInUser, intercomSecret s
if signedInUser.ExternalAuthID != "" {
settings.Identifier = signedInUser.ExternalAuthID
} else {
settings.Identifier = signedInUser.Email + "@" + setting.AppUrl
settings.Identifier = signedInUser.Email
}
if intercomSecret != "" {