Skip to content

Commit

Permalink
GUACAMOLE-1946: Disable autofill on TOTP verification code field.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuehlner committed Apr 19, 2024
1 parent e9bac2a commit 45c5afb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h3 class="totp-details-header">
<input type="text"
placeholder="{{'TOTP.FIELD_PLACEHOLDER_CODE' |translate}}"
ng-attr-name="{{ field.name }}"
ng-model="model" autocorrect="off" autocapitalize="off" autofocus>
ng-model="model" autocomplete="off" autocorrect="off" autocapitalize="off" autofocus>
</div>

</div>

0 comments on commit 45c5afb

Please sign in to comment.