Skip to content

Commit

Permalink
perf: input autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
Halo1236 committed Nov 1, 2024
1 parent 585e92a commit 54f472c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/views/settings/Feature/Vault/Azure.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ export default {
]
],
fieldsMeta: {
VAULT_AZURE_CLIENT_SECRET: {
el: {
autocomplete: 'new-password'
}
}
},
submitMethod() {
return 'patch'
Expand Down
5 changes: 5 additions & 0 deletions src/views/settings/Feature/Vault/HCP.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ export default {
]
],
fieldsMeta: {
VAULT_HCP_TOKEN: {
el: {
autocomplete: 'new-password'
}
}
},
submitMethod() {
return 'patch'
Expand Down

0 comments on commit 54f472c

Please sign in to comment.