mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
revert to just using email
This commit is contained in:
parent
777c73679e
commit
8f10f9b1bc
@ -611,7 +611,7 @@ func buildUserAnalyticsSettings(signedInUser user.SignedInUser, intercomSecret s
|
|||||||
if signedInUser.ExternalAuthID != "" {
|
if signedInUser.ExternalAuthID != "" {
|
||||||
settings.Identifier = signedInUser.ExternalAuthID
|
settings.Identifier = signedInUser.ExternalAuthID
|
||||||
} else {
|
} else {
|
||||||
settings.Identifier = signedInUser.Email + "@" + setting.AppUrl
|
settings.Identifier = signedInUser.Email
|
||||||
}
|
}
|
||||||
|
|
||||||
if intercomSecret != "" {
|
if intercomSecret != "" {
|
||||||
|
Loading…
Reference in New Issue
Block a user