Przeglądaj źródła

update locale

CR003
Jason Chuang 1 rok temu
rodzic
commit
fe5d91e148
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/pages/authentication/auth-forms/CustomFormWizard.js

+ 1
- 1
src/pages/authentication/auth-forms/CustomFormWizard.js Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz