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