mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Fix type error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user