mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 11:17:32 +00:00
Update apps/login/src/components/consent.tsx
Co-authored-by: David Skewis <david@zitadel.com>
This commit is contained in:
@@ -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"
|
||||
>
|
||||
<strong className="col-span-1">{s}</strong>
|
||||
<span className="col-span-3">{resolvedDescription}</span>
|
||||
</li>
|
||||
);
|
||||
|
Reference in New Issue
Block a user