Cleanup the other auth forms

Somewhat kinda progressively enhanced, but at least I'm using page partials now... mostly.
This commit is contained in:
2023-12-19 01:18:39 -05:00
parent 7abffb2729
commit 6c23b3aaa3
8 changed files with 321 additions and 245 deletions

View File

@@ -47,7 +47,6 @@ pub fn register_page(
(register_form(form_props))
}
})
.into_response()
}
pub async fn get(hx_target: Option<TypedHeader<HXTarget>>, layout: Layout) -> Result<Response> {