middleware session rollback / WATA pending payment

This commit is contained in:
Capybara-z
2026-05-06 20:47:53 +00:00
parent aa086a57d2
commit 06eabd8f26
13 changed files with 257 additions and 18 deletions
+4
View File
@@ -76,3 +76,7 @@ def get_site_url() -> str:
def is_web_enabled() -> bool:
return bool(WEB_CONFIG.get("WEB_ENABLED", False))
def is_email_binding_enabled() -> bool:
return bool(WEB_CONFIG.get("EMAIL_BINDING_ENABLED", False))