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

@@ -29,7 +29,7 @@ DATAS_USER = app.config['DOSSIER_APP']
MAIL_SERVER = app.config['MAIL_SERVER']
XMPP_SERVER = app.config['XMPP_SERVER']
SETUID = app.config['SETUID']
BASE_URL= "http://"+app.config['HOST']+":"+app.config['PORT']
BASE_URL = app.config['BASE_URL']
BACKUP_TIME = app.config['BACKUP_TIME']
##################################################################################################