Skip to content

Commit fcd6113

Browse files
sookburtsookburt
andauthored
set reminder text input to email input for validation (#14110)
Co-authored-by: sookburt <“[email protected]”>
1 parent 4320ee8 commit fcd6113

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dotcom-rendering/src/components/marketing/epics/ctas/ContributionsEpicReminderSignedOut.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ export const ContributionsEpicReminderSignedOut: ReactComponent<
175175
<div css={formWrapper}>
176176
<div css={inputWrapper}>
177177
<TextInput
178+
type="email"
179+
name="email"
178180
label="Email address"
179181
error={inputError}
180182
value={email}

0 commit comments

Comments
 (0)