Skip to content

Commit

Permalink
Update internal/cli/universal_login_customize.go
Browse files Browse the repository at this point in the history
Co-authored-by: Rita Zerrizuela <[email protected]>
  • Loading branch information
sergiught and Widcket authored Oct 6, 2023
1 parent 8cd378f commit 95a6b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/universal_login_customize.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ func openWebAppInBrowser(display *display.Renderer, addr net.Addr) {
port := addr.(*net.TCPAddr).Port
webAppURLWithPort := fmt.Sprintf("%s?ws_port=%d", webAppURL, port)

display.Infof("Perform your changes within the UI: %q", webAppURLWithPort)
display.Infof("Perform your changes within the editor: %q", webAppURLWithPort)

if err := browser.OpenURL(webAppURLWithPort); err != nil {
display.Warnf("Failed to open the browser. Visit the URL manually.")
Expand Down

0 comments on commit 95a6b81

Please sign in to comment.