diff --git a/src/components/forms/Form/Form.stories.tsx b/src/components/forms/Form/Form.stories.tsx index c2d1458fe7..74d31337f9 100644 --- a/src/components/forms/Form/Form.stories.tsx +++ b/src/components/forms/Form/Form.stories.tsx @@ -236,18 +236,16 @@ export const signInForm = (): React.ReactElement => { name="password-sign-in" type={showPassword ? 'text' : 'password'} /> -
+@@ -290,17 +288,15 @@ export const passwordResetForm = (): React.ReactElement => { name="confirmPassword" type={showPassword ? 'text' : 'password'} /> -
+ diff --git a/src/stories/templates/createaccount.stories.tsx b/src/stories/templates/createaccount.stories.tsx index d0f0d0ba2d..7f2b810185 100644 --- a/src/stories/templates/createaccount.stories.tsx +++ b/src/stories/templates/createaccount.stories.tsx @@ -204,18 +204,16 @@ export const CreateAccount = (): React.ReactElement => { required={true} /> - +