feat(emails): integrate email verification layout into auth email sending process

This commit is contained in:
Jose Selesan
2026-06-03 10:41:56 -03:00
parent 93fea8ecad
commit 43287a4baa
2 changed files with 66 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ const BASE_STYLES = `
}
`;
function wrapLayout(content: string) {
export function wrapLayout(content: string) {
return `<!DOCTYPE html>
<html lang="es">
<head>