From 517db951269cb3454ce327ef3435737010f51f23 Mon Sep 17 00:00:00 2001 From: Francesco Date: Fri, 20 Feb 2026 04:13:50 +0000 Subject: [PATCH] chore: Remove next-auth, add better-auth to dependencies --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 69c5023..56cacb1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "next": "16.1.6", - "next-auth": "^5.0.0-beta.30", + "better-auth": "^1.4.18", "react": "^19.2.4", "react-dom": "^19.2.4", "recharts": "^3.7.0",