WIP Исправлены найденные baseInputs
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
.flex.non-italic.font-semibold.text-xss Логин
|
||||
base-input.h-12.font-medium(
|
||||
:style="{borderColor: wrongData ? this.redColor : ''}",
|
||||
v-model:value="user.username",
|
||||
v-model="user.username",
|
||||
type="text",
|
||||
placeholder="Введите ваш логин"
|
||||
)
|
||||
@@ -21,7 +21,7 @@
|
||||
.flex.non-italic.font-semibold.text-xss Пароль
|
||||
base-input.h-12(
|
||||
:style="{borderColor: wrongData ? this.redColor : ''}",
|
||||
v-model:value="user.password",
|
||||
v-model="user.password",
|
||||
:type="changeType",
|
||||
placeholder="Введите ваш пароль"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user