This commit is contained in:
Professional 2025-05-25 23:20:59 +07:00
parent c327810970
commit f181e72c31

View File

@ -23,10 +23,10 @@
Email Email
</label> </label>
<input <input
type="email" type="text"
id="email" id="email"
v-model="email" v-model="email"
placeholder="Введите ваш email" placeholder="Введите ваш email или логин"
required required
:disabled="loading" :disabled="loading"
/> />