瀏覽代碼

fix eng name and cht name

CR003
Alex Cheung 1 年之前
父節點
當前提交
51462e8283
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      src/pages/authentication/auth-forms/CustomFormWizard.js

+ 2
- 1
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) {


Loading…
取消
儲存