tailcfg: remove unused Domain field from Login/User
Updates #cleanup Signed-off-by: Maisem Ali <maisem@tailscale.com>
This commit is contained in:
committed by
Brad Fitzpatrick
parent
58a4fd43d8
commit
02b47d123f
@@ -34,7 +34,6 @@ var _UserCloneNeedsRegeneration = User(struct {
|
||||
LoginName string
|
||||
DisplayName string
|
||||
ProfilePicURL string
|
||||
Domain string
|
||||
Logins []LoginID
|
||||
Created time.Time
|
||||
}{})
|
||||
@@ -217,7 +216,6 @@ var _LoginCloneNeedsRegeneration = Login(struct {
|
||||
LoginName string
|
||||
DisplayName string
|
||||
ProfilePicURL string
|
||||
Domain string
|
||||
}{})
|
||||
|
||||
// Clone makes a deep copy of DNSConfig.
|
||||
|
||||
Reference in New Issue
Block a user