mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 04:55:31 +00:00
tailcfg: add missing omitempty annotation to PopBrowserURL
Change-Id: I8e752afd5bf009c17aae1b53650479b37c3232bd Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
parent
c1cb3efbba
commit
2491fe1afe
@ -1209,7 +1209,7 @@ type MapResponse struct {
|
||||
// PopBrowserURL, if non-empty, is a URL for the client to
|
||||
// open to complete an action. The client should dup suppress
|
||||
// identical URLs and only open it once for the same URL.
|
||||
PopBrowserURL string
|
||||
PopBrowserURL string `json:",omitempty"`
|
||||
|
||||
// Networking
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user