Skip to content

Commit 93a2035

Browse files
Revert button change
1 parent 93d58ab commit 93a2035

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dpc-portal/app/components/page/invitations/invitation_login_component.html.erb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
<% end %>
99
</ul>
1010
</p>
11-
<%= link_to login_organization_invitation_url(@invitation.provider_organization, @invitation), class: 'usa-button margin-bottom-1 margin-top-2', data: { turbo: false } do %>
12-
Sign in with <span class="login-button__logo">Login.gov</span>
13-
<% end %>
11+
<%= button_to 'Verify my identity', login_organization_invitation_url(@invitation.provider_organization, @invitation), class: 'usa-button margin-bottom-1 margin-top-2', data: { turbo: false } %>
1412
<div><%= link_to 'How to verify your identity', 'https://login.gov/help/verify-your-identity/how-to-verify-your-identity/', target: :_blank %> <%= link_to 'Login.gov FAQ', 'https://www.login.gov/help/', target: :_blank, class: 'margin-left-2' %></div>
1513
</div>

0 commit comments

Comments
 (0)