Fix type error

This commit is contained in:
Carlos Monastyrski
2025-09-26 15:27:14 -03:00
parent f48a7d313d
commit 890ab4d806

View File

@@ -129,7 +129,7 @@ export const MFASection = () => {
}
};
const handleFormDataChange = (field: string, value: any) => {
const handleFormDataChange = async (field: string, value: any) => {
setFormData((prev) => ({
...prev,
[field]: value