added zod for post requests

This commit is contained in:
daniel31x13
2024-09-14 16:00:19 -04:00
parent a5b1952e0d
commit 1cf7421b76
24 changed files with 350 additions and 180 deletions
+6
View File
@@ -113,6 +113,12 @@ export default function Account() {
}
);
if (user.locale !== account.locale) {
setTimeout(() => {
location.reload();
}, 1000);
}
setSubmitLoader(false);
};