ipn/ipnlocal: make StartLoginInteractive take (yet unused) context

In prep for future fix to undermentioned issue.

Updates tailscale/tailscale#7036

Change-Id: Ide114db917dcba43719482ffded6a9a54630d99e
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
Brad Fitzpatrick
2024-04-15 15:05:50 -07:00
committed by Brad Fitzpatrick
parent 9171b217ba
commit 7ec0dc3834
6 changed files with 15 additions and 16 deletions

View File

@@ -322,7 +322,7 @@ func (i *jsIPN) run(jsCallbacks js.Value) {
}
func (i *jsIPN) login() {
go i.lb.StartLoginInteractive()
go i.lb.StartLoginInteractive(context.Background())
}
func (i *jsIPN) logout() {