mirror of
https://github.com/Jackzmc/storage.git
synced 2025-05-08 15:33:21 +00:00
Fix login again
This commit is contained in:
parent
8ef99d1ff7
commit
c56d51707a
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ pub async fn handler(
|
||||||
let ctx = context! {
|
let ctx = context! {
|
||||||
route: route.uri.path(),
|
route: route.uri.path(),
|
||||||
csrf_token: csrf_token,
|
csrf_token: csrf_token,
|
||||||
form: &Context::default(),
|
form: &form.context,
|
||||||
return_to,
|
return_to,
|
||||||
meta: meta.inner()
|
meta: meta.inner()
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue