<@498057949541826571> here is the config ``` expor...
# support-questions
m
@rp here is the config
Copy code
export let frontendConfig = () => {
  return {
    useReactRouterDom: false,
    appInfo,
    recipeList: [
      ThirdPartyEmailPasswordReact.init({
        signInAndUpFeature: {
          providers: [],
        },
        async getRedirectionURL(context) {
          if (context.action === "SUCCESS") {
            return "/brand"
          }
        },
      }),
      SessionReact.init(),
    ],
  }
}