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

@@ -24,7 +24,6 @@ def logfile():
UTILISATEUR='%s'% escape(session['username'])
log_file=os.path.join(DOSSIER_PERSO, UTILISATEUR, "log.txt")
with open(log_file, 'r') as log:
print("on passe ici")
logs=log.readlines()
log.close()
return render_template('logs.html', section="Logs", logs=logs)