💄 (ui) add toast to display an error

This commit is contained in:
2025-10-07 21:46:50 +07:00
parent f13f1ccaf1
commit 8b82f4744e
4 changed files with 43 additions and 14 deletions

View File

@ -2,7 +2,7 @@
import { apiErrorHandler } from "@/shared/lib/ky/errorHandler";
import { RegisterInputs } from "../ui/components/ProvisionInput";
import { ServerRequestCallback } from "@/shared/types/serverRequestCallback";
import { ServerRequestCallback } from "@/shared/types/ServerRequestCallback";
export const submitRegisterForm = async (
data: RegisterInputs