Skip to content

Commit

Permalink
Update feature flag slug
Browse files Browse the repository at this point in the history
  • Loading branch information
jeyip committed Jun 20, 2024
1 parent 0a4a2f1 commit 7405145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/signup/config/flows-pure.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const getP2Flows = () => {
};

const getEmailSubscriptionFlow = () => {
return isEnabled( 'email-subscription-flow' )
return isEnabled( 'signup/email-subscription-flow' )
? [
{
name: 'email-subscription',
Expand Down

0 comments on commit 7405145

Please sign in to comment.