diff --git a/apps/login/src/components/consent.tsx b/apps/login/src/components/consent.tsx
index 56026b1e27..ef78169e36 100644
--- a/apps/login/src/components/consent.tsx
+++ b/apps/login/src/components/consent.tsx
@@ -61,7 +61,6 @@ export function ConsentScreen({
key={s}
className="grid grid-cols-4 w-full text-sm flex flex-row items-center bg-background-light-400 dark:bg-background-dark-400 border border-divider-light py-2 px-4 rounded-md transition-all"
>
- {s}
{resolvedDescription}
);