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

@@ -11,6 +11,7 @@ pub mod group_table;
pub mod login;
pub mod logout;
pub mod remove_user_from_group;
pub mod reset_password_step1;
pub mod router;
pub mod select;
pub mod user_details;