Fix login again

This commit is contained in:
Jackzie 2025-04-20 08:22:29 -05:00
parent 8ef99d1ff7
commit c56d51707a

View file

@ -90,7 +90,7 @@ pub async fn handler(
let ctx = context! {
route: route.uri.path(),
csrf_token: csrf_token,
form: &Context::default(),
form: &form.context,
return_to,
meta: meta.inner()
};