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 #151 from communitiesuk/BAU/fix-pf-dev-auth-mapping
Browse files Browse the repository at this point in the history
BAU: fix dev auth mapping
  • Loading branch information
Joel-Pearce authored Apr 2, 2024
2 parents af3fcfd + 2d55956 commit fe75fa8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions config/envs/development.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ class DevelopmentConfig(DefaultConfig):
}

PF_ADDITIONAL_EMAIL_LOOKUPS = {
domain: (
("Rotherham Metropolitan Borough Council", "Bolton Council", "Wirral Council"),
("Rotherham", "Bolton", "Birkenhead", "New Ferry"),
)
domain: (("Rotherham Metropolitan Borough Council", "Bolton Council", "Wirral Council"),)
for domain in ("version1.com", "communities.gov.uk", "test.communities.gov.uk")
}

Expand Down

0 comments on commit fe75fa8

Please sign in to comment.