mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-02 22:35:59 +00:00
cmd/tailscale/cli: don't force an interactive login on --reset.
Fixes #1778 Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
parent
36d030cc36
commit
30629c430a
@ -435,7 +435,9 @@ func runUp(ctx context.Context, args []string) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bc.Start(opts)
|
bc.Start(opts)
|
||||||
startLoginInteractive()
|
if upArgs.forceReauth {
|
||||||
|
startLoginInteractive()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
select {
|
select {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user