Skip to content

Commit

Permalink
adds feature flag for auth-react test server due to account linking c…
Browse files Browse the repository at this point in the history
…hanges
  • Loading branch information
rishabhpoddar committed Jul 15, 2024
1 parent 8fb1b92 commit 1c29599
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/auth-react-server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@ app.get("/test/featureFlags", (req, res) => {
available.push("accountlinking");
available.push("mfa");
available.push("recipeConfig");
available.push("account-linking-fixes"); // this is related to 19.0 release in which we fixed a bunch of issues with account linking, including changing error codes.

res.send({
available,
Expand Down

0 comments on commit 1c29599

Please sign in to comment.