Add 2FA support

This commit is contained in:
2025-11-05 20:35:16 +01:00
parent f9b092e456
commit b19393562c
6 changed files with 4 additions and 6 deletions

View File

@@ -20,7 +20,6 @@ MAIL_SERVER = app.config['MAIL_SERVER']
XMPP_SERVER = app.config['XMPP_SERVER']
SETUID = app.config['SETUID']
BASE_URL = app.config['BASE_URL']
#################################################################################################