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

@@ -17,7 +17,7 @@ app.config.from_pyfile('config.py')
########################### Variables Globales #################################
extensionimg = app.config['EXT_IMG']
DATABASE = app.config['DATABASE']
BASE_URL = app.config['BASE_URL']
BASE_URL= app.config['BASE_URL']
DOSSIER_PERSO= app.config['DOSSIER_APP']+'/'
DOSSIER_PUBLIC= app.config['DOSSIER_PUBLIC']+'/'