app: Add a page with the list of groups

This commit is contained in:
Valentin Tolmer
2021-09-28 15:00:39 +02:00
committed by nitnelave
parent 0a3cfa168e
commit 7d21cc5126
4 changed files with 170 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ pub mod app;
pub mod change_password;
pub mod create_user;
pub mod delete_user;
pub mod group_table;
pub mod login;
pub mod logout;
pub mod remove_user_from_group;