Skip to content

Commit

Permalink
remove redundant query string
Browse files Browse the repository at this point in the history
  • Loading branch information
wagslane committed May 26, 2024
1 parent 369e7c3 commit 63aa571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ var loginCmd = &cobra.Command{

fmt.Println("Please navigate to:\n" +
viper.GetString("base_url") +
"/cli/login?redirect=/cli/login")
"/cli/login")

reader := bufio.NewReader(os.Stdin)
fmt.Print("\nPaste your login code: ")
Expand Down

0 comments on commit 63aa571

Please sign in to comment.