diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index d422688..8110c76 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -116,11 +116,11 @@ function AuthScreen({ onAuth }: { onAuth: (auth: AuthState) => void }) {
)}
{error &&
{error}
}