mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-26 20:21:04 -04:00
remove commented out code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user