Skip to content

Commit

Permalink
Improve success message
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrister committed Jul 10, 2018
1 parent 787626c commit dd6d852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ func main() {
}
go proxyServer.ListenAndServe()

authCompleteText := fmt.Sprintf("Authentication complete. You can now use the proxy at "+
"http://%s\n\n"+
authCompleteText := fmt.Sprintf("Authentication complete. You can now use the proxy.\n\n"+
"Proxy URL: http://%s\n"+
"Upstream: %s\n\n", proxyAddr, upstreamURL)

w.Write([]byte(authCompleteText + "You can close this window."))
Expand Down

0 comments on commit dd6d852

Please sign in to comment.