Skip to content

Commit

Permalink
Try to avoid password manager autocompletion
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez committed Jan 14, 2025
1 parent 9d1e407 commit f7a6fec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ function getVariableDescription(name: string, type: CredentialType): string | un
:id="secret.name"
v-model="secret.value"
type="password"
autocomplete="off"
:title="getVariableTitle(secret.name, 'secret')"
:optional="credentialDefinition.optional"
:help="getVariableDescription(secret.name, 'secret')" />
Expand Down

0 comments on commit f7a6fec

Please sign in to comment.