Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(auth-api): Switch the new create workflow to be behind a feature flag #4671

Conversation

stack72
Copy link
Contributor

@stack72 stack72 commented Sep 23, 2024

This was behind a check on email - we want it to be behind a check for feature flag specificially

…flag

This was behind a check on email - we want it to be behind a check for feature flag specificially
"auth_portal_saas_release",
user.id,
);
if (saasReleaseEnabled) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@stack72 stack72 added this pull request to the merge queue Sep 23, 2024
Merged via the queue into main with commit 053dc0e Sep 23, 2024
7 checks passed
@stack72 stack72 deleted the fix(auth-api)-Switch-the-new-create-workflow-to-be-behind-a-feature-flag branch September 23, 2024 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants