We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae150b commit b348c36Copy full SHA for b348c36
1 file changed
frontend/src/views/login/components/login-form.vue
@@ -72,6 +72,7 @@
72
</div>
73
<el-form-item prop="name" class="no-border">
74
<el-input
75
+ name="username"
76
v-model.trim="loginForm.name"
77
:placeholder="$t('commons.login.username')"
78
class="form-input"
@@ -85,6 +86,7 @@
85
86
</el-form-item>
87
<el-form-item prop="password" class="no-border">
88
89
+ name="password"
90
type="password"
91
clearable
92
v-model.trim="loginForm.password"
0 commit comments