fix: web redirect after signup
This commit is contained in:
parent
8dc70a5f3d
commit
0284e5b694
|
|
@ -389,7 +389,7 @@ async fn logout_handler(
|
||||||
state.session_store.del_user_session(session_id).await?;
|
state.session_store.del_user_session(session_id).await?;
|
||||||
Ok((
|
Ok((
|
||||||
jar.remove(Cookie::from("session_id")),
|
jar.remove(Cookie::from("session_id")),
|
||||||
htmx_redirect("/web/login"),
|
htmx_redirect("/web"),
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue