Skip to content

Commit

Permalink
Squash #2137 - Reuse feature flag for enabling sending sms to vaprofile
Browse files Browse the repository at this point in the history
  • Loading branch information
MackHalliday committed Dec 2, 2024
1 parent b6ef909 commit 0f12381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/feature_flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class FeatureFlag(Enum):
VA_SSO_ENABLED = 'VA_SSO_ENABLED'
V3_ENABLED = 'V3_ENABLED'
COMP_AND_PEN_MESSAGES_ENABLED = 'COMP_AND_PEN_MESSAGES_ENABLED'
VA_PROFILE_EMAIL_STATUS_ENABLED = 'VA_PROFILE_EMAIL_STATUS_ENABLED'
VA_PROFILE_SMS_STATUS_ENABLED = 'VA_PROFILE_SMS_STATUS_ENABLED'


def accept_recipient_identifiers_enabled():
Expand Down

0 comments on commit 0f12381

Please sign in to comment.