diff --git a/oauth2cli.go b/oauth2cli.go index 8dfdf09..2545639 100644 --- a/oauth2cli.go +++ b/oauth2cli.go @@ -14,7 +14,38 @@ import ( var noopMiddleware = func(h http.Handler) http.Handler { return h } // DefaultLocalServerSuccessHTML is a default response body on authorization success. -const DefaultLocalServerSuccessHTML = `OK` +const DefaultLocalServerSuccessHTML = ` + + + + + Authorized + + + + +
+

Authorized

+

You can close this window.

+
+ + +` // Config represents a config for GetToken. type Config struct {