GUACAMOLE-1946: Disable autofill on TOTP verification code field.

This commit is contained in:
James Muehlner
2024-04-19 21:32:59 +00:00
parent e9bac2aef0
commit 45c5afbf1e

View File

@@ -42,7 +42,7 @@
<input type="text" <input type="text"
placeholder="{{'TOTP.FIELD_PLACEHOLDER_CODE' |translate}}" placeholder="{{'TOTP.FIELD_PLACEHOLDER_CODE' |translate}}"
ng-attr-name="{{ field.name }}" 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>
</div> </div>