fixed build error

This commit is contained in:
daniel31x13
2023-10-19 00:09:28 -04:00
parent ca3ce7e3de
commit 4482c52fa9
9 changed files with 8 additions and 12 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import Link from "next/link";
import ClickAwayHandler from "@/components/ClickAwayHandler";
import Checkbox from "@/components/Checkbox";
export default function account() {
export default function Account() {
const { update, data } = useSession();
const emailEnabled = process.env.NEXT_PUBLIC_EMAIL_PROVIDER;