Skip to content

Commit

Permalink
fix: make email visible
Browse files Browse the repository at this point in the history
  • Loading branch information
gregermendle committed Nov 20, 2023
1 parent c63a426 commit 87379eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/example/app/routes/email.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ export const loader = async ({ request }: LoaderFunctionArgs) => {
resetPassword: ResetPassword,
},
{
// Dont do this in a typical app unless you want everyone to see your previews
allowedEnvs: ["production", "development", "test"],
renderer: async (Component) =>
renderAsync(<Component {...Component?.PreviewProps} />),
},
Expand Down

0 comments on commit 87379eb

Please sign in to comment.