tailcfg: remove unused User fields
Fixes #14542 Change-Id: Ifeb0f90c570c1b555af761161f79df75f18ae3f9 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
committed by
Brad Fitzpatrick
parent
5da772c670
commit
b90707665e
@@ -234,12 +234,6 @@ type User struct {
|
||||
DisplayName string // if non-empty overrides Login field
|
||||
ProfilePicURL string // if non-empty overrides Login field
|
||||
Created time.Time
|
||||
|
||||
// Old, unused fields...
|
||||
// TODO(bradfitz): remove, once verifying old clients don't need them.
|
||||
|
||||
LoginName string `json:"-"` // not stored, filled from Login // TODO REMOVE
|
||||
Logins []LoginID
|
||||
}
|
||||
|
||||
// Login is a user from a specific identity provider, not associated with any
|
||||
|
||||
Reference in New Issue
Block a user