Skip to content

Commit

Permalink
feat: add signup analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciuslacerda0 committed Oct 5, 2023
1 parent 672b184 commit f059ce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/cmd/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ func beginAuth(port int, headless bool, path string) (string, error) {
authUrl.RawQuery = url.Values{
"port": {strconv.Itoa(port)},
"redirect": {"true"},
"type": {"cli"},
}.Encode()
err = browser.OpenURL(authUrl.String())
if err != nil {
Expand Down

0 comments on commit f059ce9

Please sign in to comment.