mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-18 21:38:57 +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"
|
||||
:placeholder="$t('commons.login.mfaCode')"
|
||||
v-model.trim="mfaLoginForm.code"
|
||||
autocomplete="one-time-code"
|
||||
@input="mfaLogin(true)"
|
||||
></el-input>
|
||||
<div class="h-1">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue