mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-19 22:09:03 +08:00
feat(frontend): add autocomplete attributes for MFA input (#11297)
This commit is contained in:
parent
3d3d22dc06
commit
8606427e8c
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
||||||
size="large"
|
size="large"
|
||||||
:placeholder="$t('commons.login.mfaCode')"
|
:placeholder="$t('commons.login.mfaCode')"
|
||||||
v-model.trim="mfaLoginForm.code"
|
v-model.trim="mfaLoginForm.code"
|
||||||
|
autocomplete="one-time-code"
|
||||||
@input="mfaLogin(true)"
|
@input="mfaLogin(true)"
|
||||||
></el-input>
|
></el-input>
|
||||||
<div class="h-1">
|
<div class="h-1">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue