mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-11 21:27:31 +00:00
control/controlclient: delete unused Client.Login Oauth2Token field
Updates #12172 (then need to update other repos) Change-Id: I439f65e0119b09e00da2ef5c7a4f002f93558578 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:

committed by
Brad Fitzpatrick

parent
47b3476eb7
commit
1384c24e41
@@ -1082,7 +1082,7 @@ type RegisterResponseAuth struct {
|
||||
|
||||
// At most one of Oauth2Token or AuthKey is set.
|
||||
|
||||
Oauth2Token *Oauth2Token `json:",omitempty"`
|
||||
Oauth2Token *Oauth2Token `json:",omitempty"` // used by pre-1.66 Android only
|
||||
AuthKey string `json:",omitempty"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user