plain: AccountExistsText()

in src/email/templates/renderedTemplates.ts [35:39]


	plain: AccountExistsText(),
	html: render(AccountExists()).html,
} as EmailRenderResult;

export const renderedAccountWithoutPasswordExists = {