Skip to content

Commit

Permalink
Fix duplicated hint copy (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket authored Apr 2, 2021
1 parent b76f10a commit 19f95f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Creating application... done
CLIENT SECRET QXV0aDAgaXMgaGlyaW5nISBhdXRoMC5jb20vY2FyZWVycyAK

▸ Quickstarts: https://auth0.com/docs/quickstart/webapp
▸ Hint: You might wanna try `auth0 test login --client-id vXAtoaFdhlmtWjpIrjb9AUnrGEAOH2MM`
▸ Hint: You might wanna try 'auth0 test login --client-id vXAtoaFdhlmtWjpIrjb9AUnrGEAOH2MM'
```

As you might observe, the next thing to do would likely be to try logging in
Expand Down
2 changes: 1 addition & 1 deletion internal/display/apps.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ func (r *Renderer) ApplicationCreate(client *management.Client, revealSecrets bo
r.Infof("Quickstarts: %s", quickstartsURIFor(client.AppType))

// TODO(cyx): possibly guard this with a --no-hint flag.
r.Infof("%s You might wanna try 'auth0 test login --client-id %s'",
r.Infof("%s Test this app's login box with 'auth0 test login --client-id %s'",
ansi.Faint("Hint:"),
client.GetClientID(),
)
Expand Down

0 comments on commit 19f95f3

Please sign in to comment.