Skip to content

Commit 8606427

Browse files
authored
feat(frontend): add autocomplete attributes for MFA input (#11297)
1 parent 3d3d22d commit 8606427

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/views/login/components/login-form.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
size="large"
1717
:placeholder="$t('commons.login.mfaCode')"
1818
v-model.trim="mfaLoginForm.code"
19+
autocomplete="one-time-code"
1920
@input="mfaLogin(true)"
2021
></el-input>
2122
<div class="h-1">

0 commit comments

Comments
 (0)