Removed DELIVERY_CLIENT_USER_NAME and DELIVERY_CLIENT_SECRET from configs and auth module

This commit is contained in:
Rebecca Law
2016-03-08 15:27:12 +00:00
parent e99331315e
commit 5d7b1bc786
4 changed files with 0 additions and 11 deletions

View File

@@ -61,11 +61,6 @@ def fetch_client(client):
"client": client,
"secret": [current_app.config.get('ADMIN_CLIENT_SECRET')]
}
elif client == current_app.config.get('DELIVERY_CLIENT_USER_NAME'):
return {
"client": client,
"secret": [current_app.config.get('DELIVERY_CLIENT_SECRET')]
}
else:
return {
"client": client,