mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-09-05 06:04:35 +08:00
feat: add name attrs to login inputs for password managers to recognize (#8953)
Some checks failed
SonarCloud Scan / SonarCloud (push) Failing after -22s
Some checks failed
SonarCloud Scan / SonarCloud (push) Failing after -22s
This commit is contained in:
parent
6ae150b64e
commit
b348c36571
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,7 @@
|
|||
</div>
|
||||
<el-form-item prop="name" class="no-border">
|
||||
<el-input
|
||||
name="username"
|
||||
v-model.trim="loginForm.name"
|
||||
:placeholder="$t('commons.login.username')"
|
||||
class="form-input"
|
||||
|
@ -85,6 +86,7 @@
|
|||
</el-form-item>
|
||||
<el-form-item prop="password" class="no-border">
|
||||
<el-input
|
||||
name="password"
|
||||
type="password"
|
||||
clearable
|
||||
v-model.trim="loginForm.password"
|
||||
|
|
Loading…
Add table
Reference in a new issue