Whitelisting Salesforce for account creation

This is ahead of a story to move the domain whitelisting into the platform admin app
This commit is contained in:
Pete Herlihy
2016-06-30 12:26:08 +01:00
committed by GitHub
parent d9c284418b
commit 9fe95376fc

View File

@@ -52,7 +52,8 @@ class Config(object):
"parliament\.uk",
"nhs\.uk",
"nhs\.net",
"police\.uk"]
"police\.uk",
"salesforce\.com"]
class Development(Config):