Cleanup of info on cli

This commit is contained in:
Peter Stuifzand 2018-07-07 23:49:09 +02:00
parent e782709911
commit 8083f50f6a

View File

@ -115,7 +115,7 @@ func Authorize(me *url.URL, endpoints Endpoints, clientID, scope string) (TokenR
if state != responseState {
log.Println("Wrong state response")
}
fmt.Fprintf(w, `<div style="width:100%%;height:100%%;display: flex; align-items: center; justify-content: center;">You can close this window, proceed on the command line</div>`)
fmt.Fprintln(w, `<div style="width:100%;height:100%;display: flex; align-items: center; justify-content: center;">You can close this window, proceed on the command line</div>`)
close(shutdown)
}