Skip to content

Commit

Permalink
redirect failed phone setup to account
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsmaster5 committed Apr 24, 2024
1 parent fdd58b0 commit 0550b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/users/phone_setup_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def lock_out_user(user: current_user)
except: :seconds,
),
)

redirect_to account_path
return
end
end
Expand Down

0 comments on commit 0550b52

Please sign in to comment.