fix: replace toast import with react-hot-toast for consistency

This commit is contained in:
Marco Pedone 2025-12-14 19:17:52 +01:00
parent 4d7802ccc6
commit 25d75825be

View file

@ -3,9 +3,7 @@
import { Eye, EyeOff, Frown } from "lucide-react"; import { Eye, EyeOff, Frown } from "lucide-react";
import type { GetServerSideProps } from "next"; import type { GetServerSideProps } from "next";
import { useRouter } from "next/router"; import { useRouter } from "next/router";
import toast from "react-hot-toast";
import { toast } from "sonner";
import { z } from "zod"; import { z } from "zod";
import { import {
Form, Form,