app: Add a component to delete a user
Also adds a way to hook to the bootstrap modals to show or hide them.
This commit is contained in:
committed by
nitnelave
parent
e8831f607b
commit
402ef2f83a
@@ -2,6 +2,7 @@ pub mod add_user_to_group;
|
||||
pub mod app;
|
||||
pub mod change_password;
|
||||
pub mod create_user;
|
||||
pub mod delete_user;
|
||||
pub mod login;
|
||||
pub mod logout;
|
||||
pub mod remove_user_from_group;
|
||||
|
||||
Reference in New Issue
Block a user