Skip to content

Commit

Permalink
[NottsPolice] Add admin user domain.
Browse files Browse the repository at this point in the history
  • Loading branch information
neprune committed Jun 4, 2024
1 parent f82c867 commit 9106fe8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions perllib/FixMyStreet/Cobrand/NottinghamshirePolice.pm
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,10 @@ sub privacy_policy_url {
'https://www.nottinghamshire.pcc.police.uk/Document-Library/Public-Information/Policies-and-Procedures/People/Privacy-Notice-OPCCN-Feb-2023.pdf'
}

=item * Users with a notts.police.uk email can always be found in the admin.
=cut

sub admin_user_domain { 'notts.police.uk' }

1;

0 comments on commit 9106fe8

Please sign in to comment.