Changed the flag to true

This commit is contained in:
Jonathan Bobel
2024-04-17 11:03:45 -04:00
parent 2c4a694815
commit e14fc8b654

View File

@@ -650,7 +650,7 @@ 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=False,
login_gov_enabled=True,
)