Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Kehl committed Aug 20, 2024
1 parent 03fae4d commit 3b1bd05
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/main/views/user_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,13 +203,6 @@ def user_profile_mobile_number_authenticate():
)
return redirect(url_for(".user_profile_mobile_number_confirm"))

# return render_template(
# "views/user-profile/authenticate.html",
# thing="mobile number",
# form=form,
# back_link=url_for(".user_profile_mobile_number_confirm"),
# )


@main.route("/user-profile/mobile-number/confirm", methods=["GET", "POST"])
@user_is_logged_in
Expand Down

0 comments on commit 3b1bd05

Please sign in to comment.