feat: add log?

This commit is contained in:
Nicholas Tindle
2025-10-18 01:44:21 -05:00
parent a3389485a7
commit 605a198c09

View File

@@ -60,7 +60,7 @@ export async function POST(request: Request) {
{ status: 409 },
);
}
console.log("Signup error:", error);
return NextResponse.json({ error: error.message }, { status: 400 });
}