From b0fcfa563d85dd8835157089c39e300713bcfb7f Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 20 Mar 2024 17:14:13 -0500 Subject: Password flow tweaks --- src/components/forms/FormError.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'src/components/forms/FormError.tsx') diff --git a/src/components/forms/FormError.tsx b/src/components/forms/FormError.tsx index 905aeebd6..9e72df879 100644 --- a/src/components/forms/FormError.tsx +++ b/src/components/forms/FormError.tsx @@ -13,16 +13,17 @@ export function FormError({error}: {error?: string}) { return ( - - - {error} + + + + {error} + ) -- cgit 1.4.1