mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-23 20:01:01 -05:00
We were counting users who had the `manage_settings` permission. This is the old name for it, therefore there would never be any users with this permission, so the tick would never go green. The new name for the permission is `manage_service`. This commit fixes the error, and adds an extra safeguard against something like this happening again.