@@ -9,7 +9,7 @@
<span class="icon">
<i class="iconfont icon-user"></i>
</span>
- <input type="text" v-model.trim="username" :placeholder="env == 'jp' ? $t('header.inputEmail') : $t('header.inputPhoneNum')" />
+ <input type="text" v-model.trim="username" :placeholder="env == 'jp' || env == 'aws' ? $t('header.inputEmail') : $t('header.inputPhoneNum')" />
<div class="tips" v-show="errors.username">{{ errors.username }}</div>
</div>
<div class="input">