diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-07-15 10:06:31 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-07-16 10:20:40 +0100 |
commit | eca03317b9c26af2a4bf8de1b1058b45445b6fc7 (patch) | |
tree | 917e1e61e940f7bee2d18b19d241bccc75ce94f0 /perllib/FixMyStreet/Cobrand/Hounslow.pm | |
parent | fcc46472c7abd45cdafd2c3bcb6bc673ebd300b5 (diff) |
[UK] Allow multiple admin user domains.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Hounslow.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Hounslow.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Hounslow.pm b/perllib/FixMyStreet/Cobrand/Hounslow.pm index 18063c4aa..93512f2b9 100644 --- a/perllib/FixMyStreet/Cobrand/Hounslow.pm +++ b/perllib/FixMyStreet/Cobrand/Hounslow.pm @@ -16,7 +16,7 @@ sub enter_postcode_text { return "Enter a Hounslow street name and area, or postcode"; } -sub admin_user_domain { 'hounslowhighways.org' } +sub admin_user_domain { ('hounslowhighways.org', 'hounslow.gov.uk') } sub disambiguate_location { my $self = shift; |