Skip to content

Commit be24b38

Browse files
Update dpc-portal/app/components/page/utility/error_component.html.erb
Co-authored-by: jdettmannnava <145699825+jdettmannnava@users.noreply.github.com>
1 parent 484934a commit be24b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpc-portal/app/components/page/utility/error_component.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
destination: login_dot_gov_logout_path,
3434
method: :delete) %>
3535
<% when :login_gov_signin_cancel %>
36-
<%= link_to 'Back to portal home', root_path, class: 'usa-button usa-button--outline', data: { turbo: false }%>
36+
<%= link_to 'Back to portal home', new_user_session_path, class: 'usa-button usa-button--outline', data: { turbo: false }%>
3737
<% when :login_gov_signin_fail %>
3838
<%= link_to 'Back to portal home', new_user_session_path, class: 'usa-button usa-button--outline', data: { turbo: false }%>
3939
<% end %>

0 commit comments

Comments
 (0)