enable login.gov link on demo and production and adjust test

This commit is contained in:
Kenneth Kehl
2024-02-20 08:28:26 -08:00
committed by Carlo Costino
parent 15c1863ab0
commit 470574e197
2 changed files with 3 additions and 3 deletions

View File

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