diff options
author | Dave Arter <davea@mysociety.org> | 2020-01-21 13:14:48 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2020-01-21 13:14:48 +0000 |
commit | a453f19261ece91842972f7d11235050c6309049 (patch) | |
tree | 2ad0785c0fa34bb7ef1ee6e3a4fff7dcad74b32d | |
parent | ccbab6a38132db50d7a2cd434e6a8c5caf1bb859 (diff) |
[Northamptonshire] Add admin_user_domain to cobrand
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Northamptonshire.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Northamptonshire.pm b/perllib/FixMyStreet/Cobrand/Northamptonshire.pm index 60def9e15..bfcbf5af0 100644 --- a/perllib/FixMyStreet/Cobrand/Northamptonshire.pm +++ b/perllib/FixMyStreet/Cobrand/Northamptonshire.pm @@ -36,6 +36,8 @@ sub on_map_default_status { 'open' } sub report_sent_confirmation_email { 'id' } +sub admin_user_domain { 'northamptonshire.gov.uk' } + has body_obj => ( is => 'lazy', default => sub { |