Removing instances of the login_gov_enabled flag as it will be live with this push to production

This commit is contained in:
Jonathan Bobel
2024-04-17 11:49:47 -04:00
parent e14fc8b654
commit 7755e02ad8
2 changed files with 3 additions and 28 deletions

View File

@@ -650,7 +650,6 @@ def service_set_channel(service_id, channel):
def service_set_auth_type(service_id):
return render_template(
"views/service-settings/set-auth-type.html",
login_gov_enabled=True,
)