account confirmation

This commit is contained in:
Mateusz Gruszczyński
2026-07-22 19:20:30 +02:00
parent d5ec8a28e7
commit 7c38edeef7
14 changed files with 193 additions and 17 deletions
+2
View File
@@ -32,6 +32,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
files_dir = %config.files_dir,
upload_max_size_bytes = config.upload_max_size_bytes,
registration_enabled = config.registration_enabled,
account_confirmation_required = config.account_confirmation_required,
frontend_log_level = %config.frontend_log_level,
smtp_configured = config.smtp.is_some(),
asset_version = %config.asset_version,
@@ -55,6 +56,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
config.upload_max_size_bytes,
config.smtp.clone(),
config.registration_enabled,
config.account_confirmation_required,
config.frontend_log_level.clone(),
));
let app = app::router(