diff --git a/hbd/server/http.py b/hbd/server/http.py
index d6674ce..2a469bd 100644
--- a/hbd/server/http.py
+++ b/hbd/server/http.py
@@ -625,15 +625,18 @@ async def start(
elif request.rel_url.query.get("error"):
error = "Sign-in failed. Please try again."
- gitea_button = ""
- if oauth_mod.is_enabled(config):
- logo_url = config.get("oauth", {}).get("gitea", {}).get("logo", "")
- logo_img = f'' if logo_url else ""
- gitea_button = f"""
-