diff --git a/hbd/server/http.py b/hbd/server/http.py index e564bc4..d22b38d 100644 --- a/hbd/server/http.py +++ b/hbd/server/http.py @@ -667,7 +667,7 @@ async def start(

Heartbeat

- {'

Invalid username, password, or OAuth error.

' if error else ''} + {'

' + error + '

' if error else ''}