Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API-41180 Text Changes for DS Logon and My Healthevet #516

Merged
merged 1 commit into from
Nov 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions views/login_selection.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -80,28 +80,28 @@
<a href="https://www.va.gov/resources/creating-an-account-for-vagov">
Learn more about creating a Login.gov or ID.me account
</a>
<h2 style="margin: 45px 0 15px;">Other sign-in options</h2>
<h2 style="margin: 45px 0 15px;">Other ways to verify</h2>
<h3 style="margin: 0 0 10px;">
My HealtheVet sign-in option
My HealtheVet
<span class="vads-u-display--block vads-u-font-size--md vads-u-font-family--sans">
Available through January 31, 2025
</span>
</h3>
<p style="margin: 0 0 16.96px;">
You’ll still be able to use the <strong>My HealtheVet</strong> website after this date.
You’ll just need to start signing in with a <strong>Login.gov</strong> or <strong>ID.me</strong> account.
You’ll still be able to use <strong>My HealtheVet</strong> after this date.
You’ll just need to verify yourself with <strong>Login.gov</strong> or <strong>ID.me</strong>.
</p>
<a class="usa-button mhv-signin vads-u-margin-y--1p5 vads-u-padding-y--2" href="<%- mhv_login_link -%>">
My HealtheVet
</a>
<h3 class="vads-u-margin-bottom--0 vads-u-margin-top--3">
DS Logon sign-in option
DS Logon
<span class="vads-u-display--block vads-u-font-size--base vads-u-font-family--sans">
Available through September 30, 2025
</span>
</h3>
<p style="margin: 16.96px 0;">
You’ll still be able to use your <strong>DS Logon</strong> account on Defense Department websites after this date.
You’ll still be able to use <strong>DS Logon</strong> for Defense Department websites after this date.
</p>
<a class="usa-button dslogon-signin vads-u-margin-y--1p5 vads-u-padding-y--2" href="<%- dslogon_login_link -%>">DS Logon</a>
</div>
Expand Down