Skip to content

Commit

Permalink
Merge pull request #1261 from govuk-one-login/AUT-2104/remove-redunda…
Browse files Browse the repository at this point in the history
…nt-radio-button

AUT-2104: Remove "Email" radio button from "A problem signing in" forms
  • Loading branch information
gtvj authored Jan 3, 2024
2 parents 8f81881 + da7aaec commit 4ba3d47
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/contact-us/questions/_security_send_method.njk
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@

{% if theme == 'signing_in' %}
{% set items = [
{
value: "email",
checked: securityCodeSentMethod === 'email',
text: 'pages.contactUsQuestions.securityCodeSentMethod.email' | translateEnOnly
},
{
value: "text_message_uk_number",
checked: securityCodeSentMethod === 'text_message_uk_number',
Expand Down

0 comments on commit 4ba3d47

Please sign in to comment.