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

Function renderExistingAccountEmail

apps/sim/components/emails/render.ts:52–54  ·  view source on GitHub ↗
(username: string)

Source from the content-addressed store, hash-verified

50}
51
52export async function renderExistingAccountEmail(username: string): Promise<string> {
53 return await render(ExistingAccountEmail({ username }))
54}
55
56export async function renderPasswordResetEmail(
57 username: string,

Callers 1

auth.tsFile · 0.90

Calls 2

ExistingAccountEmailFunction · 0.90
renderFunction · 0.50

Tested by

no test coverage detected