app: Add a page to create a group

This commit is contained in:
Valentin Tolmer
2021-10-11 18:54:53 +02:00
committed by nitnelave
parent 35ee2834a3
commit 01c82f09eb
7 changed files with 170 additions and 5 deletions

View File

@@ -2,6 +2,7 @@ pub mod add_group_member;
pub mod add_user_to_group;
pub mod app;
pub mod change_password;
pub mod create_group;
pub mod create_user;
pub mod delete_group;
pub mod delete_user;