feat: support SMTP via nodemailer

This commit is contained in:
Henry
2025-06-04 10:16:42 +01:00
parent 3625d702e3
commit 6f4157a108
16 changed files with 70 additions and 33 deletions

View File

@@ -3,7 +3,7 @@ import { useRouter } from "next/navigation";
import { Menu, Transition } from "@headlessui/react";
import { Fragment } from "react";
import { authClient } from "@kan/auth";
import { authClient } from "@kan/auth/client";
import { useTheme } from "~/providers/theme";
import { getAvatarUrl } from "~/utils/helpers";