diff --git a/app/views/users/mfa_selection/index.html.erb b/app/views/users/mfa_selection/index.html.erb
index 639bfcd6f73..1fbee1112de 100644
--- a/app/views/users/mfa_selection/index.html.erb
+++ b/app/views/users/mfa_selection/index.html.erb
@@ -11,7 +11,7 @@
<%= validated_form_for @two_factor_options_form,
html: { autocomplete: 'off' },
method: :patch,
- url: mfa_setup_path do |f| %>
+ url: second_mfa_setup_path do |f| %>