app: reorganize and add a page to change the password

This commit is contained in:
Valentin Tolmer
2021-09-12 11:54:47 +02:00
committed by nitnelave
parent a184cce38f
commit 005e18472e
15 changed files with 355 additions and 88 deletions

View File

@@ -0,0 +1,8 @@
pub mod app;
pub mod change_password;
pub mod create_user;
pub mod login;
pub mod logout;
pub mod router;
pub mod user_details;
pub mod user_table;