From f73bfe603baf5d58028ace59de826efdb35647c4 Mon Sep 17 00:00:00 2001 From: Markus Thielker Date: Mon, 7 Apr 2025 13:59:46 +0200 Subject: [PATCH] NORY-46: fix different label sizes --- dashboard/src/components/forms/client-form.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dashboard/src/components/forms/client-form.tsx b/dashboard/src/components/forms/client-form.tsx index fc5d6be..9b74ceb 100644 --- a/dashboard/src/components/forms/client-form.tsx +++ b/dashboard/src/components/forms/client-form.tsx @@ -208,7 +208,7 @@ export function CreateClientForm({ action }: CreateClientFormProps) { render={({ field }) => (
- + Skip consent @@ -425,7 +425,7 @@ export function CreateClientForm({ action }: CreateClientFormProps) { render={({ field }) => (
- + Frontchannel Logout Session Required @@ -471,7 +471,7 @@ export function CreateClientForm({ action }: CreateClientFormProps) { render={({ field }) => (
- + Backchannel Logout Session Required