mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-17 15:29:48 -04:00
Direct string comparison in multiple places is prone to typos. It also means that a consumer of the class needs to know that whether a user is pending or active is held in the `state` property, which is an implementation detail.