clean up and turn off auth for test env

This commit is contained in:
Jim Moffet
2022-07-01 11:19:58 -07:00
parent 1e979ad519
commit 1c5d432427
6 changed files with 15 additions and 16 deletions

View File

@@ -30,8 +30,7 @@ def index():
return render_template(
'views/signedout.html',
sms_rate=CURRENT_SMS_RATE,
counts={"organisations":0,"services":1}
# counts=status_api_client.get_count_of_live_services_and_organisations()
counts=status_api_client.get_count_of_live_services_and_organisations()
)