Browse Source

update locale

CR003
Jason Chuang 1 year ago
parent
commit
fe5d91e148
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/pages/authentication/auth-forms/CustomFormWizard.js

+ 1
- 1
src/pages/authentication/auth-forms/CustomFormWizard.js View File

@@ -364,7 +364,7 @@ const CustomFormWizard = (props) => {
tncFlag = false
}

const preferLocale = locale === 'en' ? 'en': locale === 'zh-HK' ? 'zh_HK': 'zh_CN'
const preferLocale = locale === 'en' ? 'en': locale === 'zh-HK' ? 'zh_HK': 'zh-CN'
const user = {
username: values.username,
password: values.password,


Loading…
Cancel
Save