Skip to content

Commit 7683faa

Browse files
Update hrefs
1 parent 93a2035 commit 7683faa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<p><%=raw t(key=@text, org_name: @org_name) %></p>
1111
<% 'have to put statement here, as do not have route helper in ViewComponent'
1212
if @reason == :fail_to_proof %>
13-
<%= link_to 'Go to DPC Portal', root_url, class: 'usa-button margin-bottom-3' %>
13+
<%= link_to 'Go to DPC Portal', new_user_session_path, class: 'usa-button margin-bottom-3' %>
1414
<% end %>
1515
</div>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
<% end %>
2424
</ul>
2525
<% end %>
26-
<%= link_to 'Go to DPC Portal', root_url, class: 'usa-button margin-right-0' %>
26+
<%= link_to 'Go to DPC Portal', new_user_session_path, class: 'usa-button margin-right-0' %>
2727
</div>

0 commit comments

Comments
 (0)