Bechma
Bechma
I just wanna mention a fix that tried to apply: ```rust // main.rs cfg_if::cfg_if! { if #[cfg(feature = "ssr")] { #[shuttle_runtime::main] async fn axum() -> shuttle_axum::ShuttleAxum { use axum::{extract::Extension, routing::post,...
Hello @JV91 , thanks for sharing this issue, I made this commit https://github.com/Bechma/todo-axum-askama-htmx/commit/697464103f722bf3572d0b6db404308e58f90311 which will fix this issue, so now when you clone the repo, you won't need to run...
Sure, it will be a nice feature along with email confirmation! I'll work on it ;)
@smthakor1979 you can find the Reset Password functionality here https://github.com/Bechma/realworld-leptos/commit/469a2a048d3eb88e57c695fa9ea435e382ad0f62#diff-8a3aae3bbe48965bc997590f6cd977149b373ce76df606b9b1475c46d6bdef18 I had little time to finish it, so I didn't implement the email confirmation, although It would look very similar...