From 278fd366daf16d36caefcf798cb0992ed5337b68 Mon Sep 17 00:00:00 2001 From: Alex Cheung Date: Tue, 22 Aug 2023 17:59:02 +0800 Subject: [PATCH] no message --- src/pages/authentication/auth-forms/CustomFormWizard.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/authentication/auth-forms/CustomFormWizard.js b/src/pages/authentication/auth-forms/CustomFormWizard.js index ff23778..894fdd9 100644 --- a/src/pages/authentication/auth-forms/CustomFormWizard.js +++ b/src/pages/authentication/auth-forms/CustomFormWizard.js @@ -96,7 +96,7 @@ const CustomFormWizard = (props) => { username: data.username, password: data.password, name: data.username, - enName: name, + enName: data.enName, chName: data.chName, emailAddress: data.email, idDocType:idDocType, @@ -861,7 +861,6 @@ const CustomFormWizard = (props) => {