app: Implement the first screen of password reset
This commit is contained in:
committed by
nitnelave
parent
789c8f367e
commit
9fb4afcf60
@@ -7,6 +7,8 @@ use yew_router::{
|
||||
pub enum AppRoute {
|
||||
#[to = "/login"]
|
||||
Login,
|
||||
#[to = "/reset-password/step1"]
|
||||
StartResetPassword,
|
||||
#[to = "/users/create"]
|
||||
CreateUser,
|
||||
#[to = "/users"]
|
||||
|
||||
Reference in New Issue
Block a user