We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f8137d commit d37028cCopy full SHA for d37028c
1 file changed
frontend/src/views/system/appearance/LoginPreview.vue
@@ -62,22 +62,14 @@
62
<el-form-item class="login-form-item" prop="username">
63
<el-input
64
readonly
65
- :placeholder="
66
- $t('datasource.please_enter') +
67
- $t('common.empty') +
68
- $t('common.your_account_email_address')
69
- "
+ :placeholder="$t('common.your_account_email_address')"
70
autofocus
71
/>
72
</el-form-item>
73
<el-form-item prop="password">
74
75
76
77
78
79
- $t('common.enter_your_password')
80
+ :placeholder="$t('common.enter_your_password')"
81
show-password
82
maxlength="30"
83
show-word-limit
0 commit comments