Skip to content

changelog: Improvements, Authentication, Update from cancel to skip for now#7025

Merged
mdiarra3 merged 3 commits intomainfrom
LG-6918-clear-distinction-to-skip
Sep 27, 2022
Merged

changelog: Improvements, Authentication, Update from cancel to skip for now#7025
mdiarra3 merged 3 commits intomainfrom
LG-6918-clear-distinction-to-skip

Conversation

@mdiarra3
Copy link
Contributor

🎫 Ticket

LG-6918: Authentication update CTA

🛠 Summary of changes

This will change the language of the link at the secondary MFA page to "Skip for now"

📜 Testing Plan

Provide a checklist of steps to confirm the changes.

👀 Screenshots

What it will look like after change.
Screen Shot 2022-09-26 at 10 11 04 AM

@mdiarra3 mdiarra3 requested a review from a team September 26, 2022 14:54

<%= render 'shared/cancel', link: @after_setup_path %>
<%= render PageFooterComponent.new do %>
<%= link_to t('mfa.skip'), @after_setup_path, method: :get, class: 'usa-button usa-button--unstyled' %>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The method and class values here don't seem necessary, since a link would be GET by default, and usa-button--unstyled is designed for styling a button to appear as a link, but this is a link already.

Suggested change
<%= link_to t('mfa.skip'), @after_setup_path, method: :get, class: 'usa-button usa-button--unstyled' %>
<%= link_to t('mfa.skip'), @after_setup_path %>

Copy link
Contributor

@jmdembe jmdembe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏾

@mdiarra3 mdiarra3 merged commit bfb4a96 into main Sep 27, 2022
@mdiarra3 mdiarra3 deleted the LG-6918-clear-distinction-to-skip branch September 27, 2022 18:50
@solipet solipet mentioned this pull request Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants