mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 17:08:24 -04:00
fix dead code
This commit is contained in:
@@ -170,8 +170,8 @@ def sign_in():
|
|||||||
# and don't proceed further with login
|
# and don't proceed further with login
|
||||||
redirect_url = request.args.get("next")
|
redirect_url = request.args.get("next")
|
||||||
|
|
||||||
# if os.getenv("NOTIFY_E2E_TEST_EMAIL"):
|
if os.getenv("NOTIFY_E2E_TEST_EMAIL"):
|
||||||
return _handle_e2e_tests(None)
|
return _handle_e2e_tests(None)
|
||||||
|
|
||||||
email_verify_template = _do_login_dot_gov()
|
email_verify_template = _do_login_dot_gov()
|
||||||
if (
|
if (
|
||||||
|
|||||||
Reference in New Issue
Block a user