GUACAMOLE-1509: Add name attribute to all applicable fields.

This commit is contained in:
Michael Jumper
2022-01-23 12:18:32 -08:00
parent c93b05ca23
commit a688bc507c
13 changed files with 15 additions and 1 deletions

View File

@@ -41,6 +41,7 @@
<div class="totp-code">
<input type="text"
placeholder="{{'TOTP.FIELD_PLACEHOLDER_CODE' |translate}}"
ng-attr-name="{{ field.name }}"
ng-model="model" autocorrect="off" autocapitalize="off" autofocus>
</div>