Parcourir la source

update locale

CR003
Jason Chuang il y a 1 an
Parent
révision
fe5d91e148
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/pages/authentication/auth-forms/CustomFormWizard.js

+ 1
- 1
src/pages/authentication/auth-forms/CustomFormWizard.js Voir le fichier

@@ -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,


Chargement…
Annuler
Enregistrer