forked from mystiq/dex
server: spelling of error message
This commit is contained in:
parent
468c1b8b5e
commit
792b72ef54
1 changed files with 1 additions and 2 deletions
|
@ -250,11 +250,10 @@ func (r *resetPasswordRequest) handlePOST() {
|
||||||
return
|
return
|
||||||
default:
|
default:
|
||||||
r.data.Error = "Error Processing Request"
|
r.data.Error = "Error Processing Request"
|
||||||
r.data.Message = "Plesae try again later."
|
r.data.Message = "Please try again later."
|
||||||
execTemplateWithStatus(r.w, r.h.tpl, r.data, http.StatusInternalServerError)
|
execTemplateWithStatus(r.w, r.h.tpl, r.data, http.StatusInternalServerError)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
if cbURL == nil {
|
if cbURL == nil {
|
||||||
r.data.Success = true
|
r.data.Success = true
|
||||||
|
|
Loading…
Reference in a new issue