Skip to content

Commit

Permalink
Update internal/cli/cli.go
Browse files Browse the repository at this point in the history
Co-authored-by: Rita Zerrizuela <zeta@widcket.com>
  • Loading branch information
2 people authored and sergiught committed Dec 9, 2022
1 parent 3daf9df commit 8eaccd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ func (c *cli) prepareTenant(ctx context.Context) (Tenant, error) {
return t, fmt.Errorf("Failed to renew access token. This may occur if the designated application has been deleted or client secret has been rotated. Please re-authenticate by running `auth0 login --as-machine`")
}

c.renderer.Warnf("Failed to renew access token. Please sign in to re-authenticate the CLI.")
c.renderer.Warnf("Failed to renew access token. Please log in to re-authorize the CLI.")
return RunLoginAsUser(ctx, c)

}
Expand Down

0 comments on commit 8eaccd6

Please sign in to comment.