diff --git a/frontend/src/pages/user/PersonalSettingsPage/components/SecuritySection/MFASection.tsx b/frontend/src/pages/user/PersonalSettingsPage/components/SecuritySection/MFASection.tsx index 492e30ac8..b3bbab779 100644 --- a/frontend/src/pages/user/PersonalSettingsPage/components/SecuritySection/MFASection.tsx +++ b/frontend/src/pages/user/PersonalSettingsPage/components/SecuritySection/MFASection.tsx @@ -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