fix basic auth for live environment

This commit is contained in:
Jim Moffet
2022-07-01 07:58:58 -07:00
parent 509cce38f4
commit 1e979ad519
9 changed files with 78 additions and 22 deletions

View File

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