Updated loading states and error states accross app

This commit is contained in:
2025-10-06 14:21:56 +01:00
parent ad0ffa6df6
commit f275f50383
25 changed files with 377 additions and 101 deletions

View File

@@ -32,7 +32,6 @@ const NPEDFields = () => {
...values,
};
signIn(valuesToSend);
toast.success("Signed into NPED Successfully");
};
const validateValues = (values: NPEDFieldType) => {