Cosmétique

This commit is contained in:
2025-09-07 08:55:16 +02:00
parent 80f7d8862b
commit 36365d4ecd
2 changed files with 1 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ def require_login():
unsafe_allow_html=True
)
load_dotenv()
admin_user = os.getenv("ADMIN_USER", "admin")
admin_user = os.getenv("ADMIN_USER")
admin_hash = os.getenv("ADMIN_PASS_HASH")
if not admin_hash: