From 426acf1db3e7c918f597c6e3ce5f73627f232cbf Mon Sep 17 00:00:00 2001 From: Marcos Lilljedahl Date: Thu, 12 Oct 2017 13:28:02 -0300 Subject: [PATCH] Postmessage to parent window to notify callback login --- handlers/login.go | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/handlers/login.go b/handlers/login.go index 637adc3..d57e6ef 100644 --- a/handlers/login.go +++ b/handlers/login.go @@ -181,5 +181,20 @@ func LoginCallback(rw http.ResponseWriter, req *http.Request) { return } - fmt.Fprintf(rw, ``) + fmt.Fprintf(rw, ` + + + + + + +`) }