From 51462e8283d9c7ca39983efd82a47f0f88025ea7 Mon Sep 17 00:00:00 2001 From: Alex Cheung Date: Fri, 21 Jun 2024 13:56:43 +0800 Subject: [PATCH] fix eng name and cht name --- src/pages/authentication/auth-forms/CustomFormWizard.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/authentication/auth-forms/CustomFormWizard.js b/src/pages/authentication/auth-forms/CustomFormWizard.js index a0a902f..a30319c 100644 --- a/src/pages/authentication/auth-forms/CustomFormWizard.js +++ b/src/pages/authentication/auth-forms/CustomFormWizard.js @@ -522,10 +522,11 @@ const CustomFormWizard = (props) => { return true } else if (enName !== "" && chName == ""){ return true + } else if (enName !== "" && chName !== "") { + return true } else { return false } - } function handlePassword(password) {