MCPcopy Index your code
hub / github.com/simstudioai/sim / renderPasswordResetEmail

Function renderPasswordResetEmail

apps/sim/components/emails/render.ts:56–61  ·  view source on GitHub ↗
(
  username: string,
  resetLink: string
)

Source from the content-addressed store, hash-verified

54}
55
56export async function renderPasswordResetEmail(
57 username: string,
58 resetLink: string
59): Promise<string> {
60 return await render(ResetPasswordEmail({ username, resetLink }))
61}
62
63export async function renderInvitationEmail(
64 inviterName: string,

Callers 2

auth.tsFile · 0.90
route.tsFile · 0.90

Calls 2

ResetPasswordEmailFunction · 0.90
renderFunction · 0.50

Tested by

no test coverage detected