jinx 6 hónapja
szülő
commit
21bd87af52
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/components/header/Login.vue

+ 1 - 1
src/components/header/Login.vue

@@ -79,7 +79,7 @@ const checkLanguage = () => {
 const onLogin = () => {
     errors.value = {}
     if (!username.value) {
-        errors.value.username = process.env.VUE_APP_ENV == 'jp' ? t('header.phoneTexten') : t('header.phoneText1')
+        errors.value.username = process.env.VUE_APP_ENV == 'jp' || process.env.VUE_APP_ENV == 'aws' ? t('header.phoneTexten') : t('header.phoneText1')
         return
     }
     if (process.env.VUE_APP_ENV == 'jp' || process.env.VUE_APP_ENV == 'aws') {