mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 04:55:31 +00:00
tailcfg: restore Roles field to UserProfile
This commit is contained in:
parent
638127530b
commit
d027cd81df
@ -134,6 +134,7 @@ type UserProfile struct {
|
|||||||
LoginName string // "alice@smith.com"; for display purposes only (provider is not listed)
|
LoginName string // "alice@smith.com"; for display purposes only (provider is not listed)
|
||||||
DisplayName string // "Alice Smith"
|
DisplayName string // "Alice Smith"
|
||||||
ProfilePicURL string
|
ProfilePicURL string
|
||||||
|
Roles []RoleID // deprecated; clients should not rely on Roles
|
||||||
}
|
}
|
||||||
|
|
||||||
type Node struct {
|
type Node struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user