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, ` + + + + + + +`) }