rename auth and start work separating config

This commit is contained in:
Milo Schwartz 2025-01-01 16:40:01 -05:00
parent deac897037
commit d3bfac20a0
15 changed files with 153 additions and 120 deletions

View file

@ -6,7 +6,7 @@ import logger from "@server/logger";
export async function sendEmail(
template: ReactElement,
opts: {
name: string | undefined;
name?: string;
from: string | undefined;
to: string | undefined;
subject: string;