tailcfg: restore Roles field to UserProfile

reviewable/pr792/r2
Josh Bleecher Snyder 2020-10-09 15:56:39 -07:00
parent 638127530b
commit d027cd81df
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ type UserProfile struct {
LoginName string // "alice@smith.com"; for display purposes only (provider is not listed)
DisplayName string // "Alice Smith"
ProfilePicURL string
Roles []RoleID // deprecated; clients should not rely on Roles
}
type Node struct {