Only enable Login.gov link for demo right now

We are holding off on production until we have a chance to share more information with pilot partners.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2024-02-26 17:39:33 -05:00
parent 4e32ef37b6
commit 92fc35b6f6

View File

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