Skip to content

Commit

Permalink
6 digit code
Browse files Browse the repository at this point in the history
  • Loading branch information
DavDohDWP committed Nov 5, 2024
1 parent a2cc257 commit a7b48f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ <h1 class="govuk-heading-l">Verify your email</h1>


<div class="govuk-form-group">
<label class="govuk-label" for="one-quarter">
<label class="govuk-label" for="security-code">
6 digit code
</label>
<input class="govuk-input govuk-!-width-one-quarter" id="one-quarter" name="oneQuarter" type="text">
<input class="govuk-input govuk-input--width-4 govuk-input--extra-letter-spacing" id="security-code" name="securityCode" type="text" autocomplete="one-time-code" inputmode="numeric">
</div>

<p><a href="resend-code">Resend email</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ <h1 class="govuk-heading-l">Verify your phone number</h1>


<div class="govuk-form-group">
<label class="govuk-label" for="one-quarter">
<label class="govuk-label" for="security-code">
6 digit code
</label>
<input class="govuk-input govuk-!-width-one-quarter" id="one-quarter" name="oneQuarter" type="text">
<input class="govuk-input govuk-input--width-4 govuk-input--extra-letter-spacing" id="security-code" name="securityCode" type="text" autocomplete="one-time-code" inputmode="numeric">
</div>

<p><a href="resend-code">Resend text message</a></p>
Expand Down

0 comments on commit a7b48f5

Please sign in to comment.