mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-23 00:00:52 +00:00
feat(frontend): add autocomplete attributes for MFA input (#11297)
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user