From 25d75825be61b50d5644dc8d231d48d4403f9d2b Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Sun, 14 Dec 2025 19:17:52 +0100 Subject: [PATCH] fix: replace toast import with react-hot-toast for consistency --- apps/infoalloggi/src/pages/auth/accetta-invito/[token].tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/infoalloggi/src/pages/auth/accetta-invito/[token].tsx b/apps/infoalloggi/src/pages/auth/accetta-invito/[token].tsx index ddd4494..430840f 100644 --- a/apps/infoalloggi/src/pages/auth/accetta-invito/[token].tsx +++ b/apps/infoalloggi/src/pages/auth/accetta-invito/[token].tsx @@ -3,9 +3,7 @@ import { Eye, EyeOff, Frown } from "lucide-react"; import type { GetServerSideProps } from "next"; import { useRouter } from "next/router"; - -import { toast } from "sonner"; - +import toast from "react-hot-toast"; import { z } from "zod"; import { Form,