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

@@ -113,4 +113,4 @@ def create_app():
return app
if __name__ == '__main__' :
app.run(host='192.168.7.146', port=8000, debug=True)
app.run(host=app.config['HOST'], port=app.config['PORT'], debug=True)