Skip to content

Commit

Permalink
Updating initial login message
Browse files Browse the repository at this point in the history
Fixing a tiny typo in `Auth0`. First PR of hackathon week!
  • Loading branch information
Alexis Kulash authored Jan 25, 2021
1 parent 430935a commit d2446b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func loginCmd(cli *cli) *cobra.Command {
RunE: func(cmd *cobra.Command, args []string) error {
ctx := cmd.Context()

cli.renderer.Heading("✪ Welcome to the Auht0 CLI 🎊.")
cli.renderer.Heading("✪ Welcome to the Auth0 CLI 🎊.")
cli.renderer.Infof("To set it up, you will need to sign in to your Auth0 account and authorize the CLI to access the API.")
cli.renderer.Infof("If you don't have an account, please go to https://auth0.com/signup, otherwise continue in the browser.\n\n")

Expand Down

0 comments on commit d2446b9

Please sign in to comment.