diff --git a/app/views/account_reset/recovery_options/show.html.erb b/app/views/account_reset/recovery_options/show.html.erb index f8dd70d3687..8b3fb591aaa 100644 --- a/app/views/account_reset/recovery_options/show.html.erb +++ b/app/views/account_reset/recovery_options/show.html.erb @@ -23,6 +23,6 @@ <%= link_to( t('account_reset.request.yes_continue'), - account_reset_delete_account_path, + account_reset_request_path, class: 'usa-button usa-button--unstyled', ) %> \ No newline at end of file