see if we can't find out why we are getting errors
This commit is contained in:
parent
b55003df79
commit
bf55ac34d4
|
@ -499,7 +499,10 @@ pub async fn health_form(MultipartForm(form): MultipartForm<HealthForm>) -> Http
|
||||||
HttpResponse::Ok().body(html.into_string())
|
HttpResponse::Ok().body(html.into_string())
|
||||||
}
|
}
|
||||||
_ => {
|
_ => {
|
||||||
log::error!("Got registration error.....");
|
log::error!(
|
||||||
|
"Got registration error possibly. Here is what the registration was: {}",
|
||||||
|
registration.as_str()
|
||||||
|
);
|
||||||
let html = html! {
|
let html = html! {
|
||||||
div class="mt-8" {
|
div class="mt-8" {
|
||||||
h2 {
|
h2 {
|
||||||
|
|
Loading…
Reference in a new issue