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