fix
This commit is contained in:
@@ -162,7 +162,7 @@ func (l *UserEmailConfirmationLogic) AfterLogic(w http.ResponseWriter, r *http.R
|
||||
</body>
|
||||
</html>`
|
||||
// w.Write([]byte(successHtml))
|
||||
httpx.OkJsonCtx(r.Context(), w, successHtml)
|
||||
httpx.OkJsonCtx(r.Context(), w, []byte(successHtml))
|
||||
} else {
|
||||
httpx.OkJsonCtx(r.Context(), w, resp)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user