Cleanup the other auth forms
Somewhat kinda progressively enhanced, but at least I'm using page partials now... mostly.
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user