Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #140 from communitiesuk/fix/bau-fix-pf-development…
Browse files Browse the repository at this point in the history
…-auth

[BAU] fix PF development auth
  • Loading branch information
cyrusdobbs authored Feb 26, 2024
2 parents eb32b2a + 20a9a62 commit ed521d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/envs/development.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class DevelopmentConfig(DefaultConfig):
),
}

PF_EMAIL_LOOKUPS = {
PF_ADDITIONAL_EMAIL_LOOKUPS = {
domain: (("Rotherham Metropolitan Borough Council",),)
for domain in ("version1.com", "communities.gov.uk", "test.communities.gov.uk")
}
Expand Down

0 comments on commit ed521d4

Please sign in to comment.