Skip to content

Commit

Permalink
feat: expand the error message a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Oct 4, 2024
1 parent 09d1819 commit 80b11a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/build/index2.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ async function buildAndSetChildProps(
`Couldn't cover all first factors: ${firstFactors.join(
", "
)} (from ${source}), available components: ${Array.from(availableFactors).join(", ")}.\n` +
"You may have missed adding a recipe into the list of prebuiltUIs passed to getSuperTokensRoutesForReactRouterDom or AuthPage.\n" +
"You may have missed adding a recipe into the list of prebuiltUIs passed to list of prebuiltUIs passed to getSuperTokensRoutesForReactRouterDom, canHandleRoute, handleRoute functions or the AuthPage component.\n" +
"Another common error is adding a non-existent factor id into the list, e.g.: passwordless instead of otp-email/phone"
);
}
Expand Down

0 comments on commit 80b11a9

Please sign in to comment.