code review feedback

This commit is contained in:
Kenneth Kehl
2023-12-14 07:34:33 -08:00
parent 279b1019d1
commit 7ffd3f5031
3 changed files with 4 additions and 5 deletions

View File

@@ -180,7 +180,7 @@ def sign_in():
form=form,
again=bool(redirect_url),
other_device=other_device,
notify_env_is_dev_or_staging=bool(notify_env in ["development", "staging"]),
login_gov_enabled=bool(notify_env in ["development", "staging"]),
password_reset_url=password_reset_url,
)