mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 00:33:58 -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 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"])
|
@main.route("/user-profile/mobile-number/confirm", methods=["GET", "POST"])
|
||||||
@user_is_logged_in
|
@user_is_logged_in
|
||||||
|
|||||||
Reference in New Issue
Block a user