app: Implement the first screen of password reset

This commit is contained in:
Valentin Tolmer
2021-11-22 23:04:09 +01:00
committed by nitnelave
parent 789c8f367e
commit 9fb4afcf60
6 changed files with 218 additions and 39 deletions

View File

@@ -7,6 +7,8 @@ use yew_router::{
pub enum AppRoute {
#[to = "/login"]
Login,
#[to = "/reset-password/step1"]
StartResetPassword,
#[to = "/users/create"]
CreateUser,
#[to = "/users"]