Dynamically check username

This commit is contained in:
2022-04-07 17:57:10 +02:00
parent 91d71c7006
commit a6acbde093
5 changed files with 81 additions and 6 deletions

View File

@@ -2,4 +2,5 @@ pub mod assets_controller;
pub mod base_controller;
pub mod login_controller;
pub mod settings_controller;
pub mod admin_controller;
pub mod admin_controller;
pub mod admin_api;