mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-1946: Disable autofill on TOTP verification code field.
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user