app: Extract the AddUserToGroup component

This commit is contained in:
Valentin Tolmer
2021-09-17 19:43:22 +02:00
committed by nitnelave
parent 7aab9e8cf5
commit 37c6e8ef30
4 changed files with 307 additions and 184 deletions

View File

@@ -1,3 +1,4 @@
pub mod add_user_to_group;
pub mod app;
pub mod change_password;
pub mod create_user;