app: Implement the second part of password reset
This commit is contained in:
committed by
nitnelave
parent
9fb4afcf60
commit
4a5abfd395
@@ -9,6 +9,8 @@ pub enum AppRoute {
|
||||
Login,
|
||||
#[to = "/reset-password/step1"]
|
||||
StartResetPassword,
|
||||
#[to = "/reset-password/step2/{token}"]
|
||||
FinishResetPassword(String),
|
||||
#[to = "/users/create"]
|
||||
CreateUser,
|
||||
#[to = "/users"]
|
||||
|
||||
Reference in New Issue
Block a user