MCPcopy Create free account
hub / github.com/auth0/auth0-cli / openWebAppInBrowser

Function openWebAppInBrowser

internal/cli/universal_login_customize.go:526–532  ·  view source on GitHub ↗
(display *display.Renderer)

Source from the content-addressed store, hash-verified

524}
525
526func openWebAppInBrowser(display *display.Renderer) {
527 display.Infof("Perform your changes within the editor: %q", webServerURL)
528
529 if err := browser.OpenURL(webServerURL); err != nil {
530 display.Warnf("Failed to open the browser. Visit the URL manually.")
531 }
532}
533
534func (h *webSocketHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
535 upgrader := websocket.Upgrader{

Callers 1

startWebSocketServerFunction · 0.85

Calls 2

InfofMethod · 0.80
WarnfMethod · 0.80

Tested by

no test coverage detected