Finally have all email verification / password reset auth flows working!

This commit is contained in:
2025-09-24 13:52:11 -05:00
parent 914c45dca4
commit ab278c2ae8
21 changed files with 1013 additions and 267 deletions

View File

@@ -32,8 +32,9 @@
"clsx": "^2.1.1",
"convex": "^1.27.3",
"eslint-plugin-prettier": "^5.5.4",
"input-otp": "^1.4.2",
"lucide-react": "^0.542.0",
"next": "^15.5.3",
"next": "^15.5.4",
"next-plausible": "^3.12.4",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
@@ -55,9 +56,9 @@
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"dotenv": "^16.6.1",
"eslint-config-next": "^15.5.3",
"eslint-config-next": "^15.5.4",
"npm-run-all": "^4.1.5",
"tailwindcss": "^4.1.13",
"tw-animate-css": "^1.3.8"
"tw-animate-css": "^1.4.0"
}
}