feat: secure convex admin flows with real metrics\n\nCo-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>

This commit is contained in:
esdrasrenan 2025-10-05 19:59:24 -03:00
parent 0ec5b49e8a
commit 29a647f6c6
43 changed files with 4992 additions and 363 deletions

View file

@ -86,7 +86,7 @@ export async function POST(request: Request) {
tenantId,
accounts: {
create: {
providerId: "email",
providerId: "credential",
accountId: emailInput,
password: hashedPassword,
},