We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe9bde commit ef94ba4Copy full SHA for ef94ba4
1 file changed
cmd_login.go
@@ -36,10 +36,6 @@ var loginCmd = &cobra.Command{
36
// Create a channel to receive the auth token
37
tokenChan := make(chan string, 1)
38
39
- // Create a context that we can cancel
40
- _, cancel := context.WithCancel(context.Background())
41
- defer cancel()
42
-
43
// Set up a simple HTTP server to handle the OAuth callback
44
server := &http.Server{
45
Addr: "localhost:8085",
0 commit comments