Simplify Terms() output

This commit is contained in:
Richard Barnes 2015-05-31 23:28:06 -04:00
parent 1492c8b0cf
commit f6cf178edc
1 changed files with 1 additions and 1 deletions

View File

@ -750,7 +750,7 @@ func (wfe *WebFrontEndImpl) Terms(w http.ResponseWriter, r *http.Request) {
return
}
fmt.Fprintf(w, "You agree to do the right thing")
fmt.Fprintf(w, "TODO: Add terms of use here")
}
func (wfe *WebFrontEndImpl) Issuer(w http.ResponseWriter, r *http.Request) {