feat: implement forgot password, added security updates
This commit is contained in:
@@ -69,6 +69,7 @@ beforeAll(async () => {
|
||||
|
||||
// Ensure a clean slate: wipe all tables to avoid cross-file leakage
|
||||
await prisma.$transaction([
|
||||
prisma.emailToken.deleteMany({}),
|
||||
prisma.allocation.deleteMany({}),
|
||||
prisma.transaction.deleteMany({}),
|
||||
prisma.incomeEvent.deleteMany({}),
|
||||
|
||||
Reference in New Issue
Block a user