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