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

BAU: fix dev auth mapping #151

Merged
merged 1 commit into from
Apr 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading