diff --git a/tailcfg/tailcfg.go b/tailcfg/tailcfg.go index 83a148b47..0a9ac18eb 100644 --- a/tailcfg/tailcfg.go +++ b/tailcfg/tailcfg.go @@ -114,8 +114,8 @@ type Login struct { // It also includes derived data from one of the user's logins. type UserProfile struct { ID UserID - LoginName string // for display purposes only (provider is not listed) - DisplayName string + LoginName string // "alice@smith.com"; for display purposes only (provider is not listed) + DisplayName string // "Alice Smith" ProfilePicURL string Roles []RoleID }