mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-02 00:20:02 -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.