1269 - Content updates for Service Settings after login.gov integration

This commit is contained in:
Jonathan Bobel
2024-04-08 11:32:09 -04:00
parent 2b6b58c93a
commit f46f9661f1
3 changed files with 13 additions and 2 deletions

View File

@@ -650,6 +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,
)