Skip to content

Commit

Permalink
fixes test server code
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Jul 15, 2024
1 parent 19596f3 commit 05223e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/auth-react-server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +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.
available.push("accountlinking-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 05223e3

Please sign in to comment.