Cosmétique
This commit is contained in:
Binary file not shown.
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user