feat: Add initial WALLET DNS record support
All checks were successful
Build Docker / Build Image (push) Successful in 2m46s

This commit is contained in:
2025-08-25 11:55:15 +10:00
parent 545a0b9475
commit f090b7b71a
3 changed files with 40 additions and 5 deletions

View File

@@ -66,7 +66,6 @@ def index():
# Check if the user is logged in
if request.cookies.get("account") is None:
return redirect("/login")
account = account_module.check_account(request.cookies.get("account"))
if not account:
return redirect("/logout")