Start working on Auth flow. Made email templates for auth

This commit is contained in:
2025-05-23 13:51:42 -05:00
parent 7f78bc7123
commit 44a1ea8a37
10 changed files with 320 additions and 243 deletions

View File

@ -24,7 +24,7 @@
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "^2.49.7",
"@supabase/supabase-js": "^2.49.8",
"@t3-oss/env-nextjs": "^0.12.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
@ -35,13 +35,13 @@
"react-dom": "^19.1.0",
"react-hook-form": "^7.56.4",
"sonner": "^2.0.3",
"zod": "^3.25.7"
"zod": "^3.25.23"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.7",
"@types/node": "^20.17.49",
"@types/react": "^19.1.4",
"@types/node": "^20.17.50",
"@types/react": "^19.1.5",
"@types/react-dom": "^19.1.5",
"eslint": "^9.27.0",
"eslint-config-next": "^15.3.2",