From 9ac64441cdfe94f50697e58f7b2ba6473427b41a Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Mon, 8 Jun 2015 10:27:38 -0700 Subject: [PATCH] GUAC-1176: Explicitly specify ng-trim="false" for password fields. The AngularJS documentation states password fields will not be trimmed, but that is apparently only true if the input field type does not vary dynamically. The trimmed/untrimmed state seems only to be set when the directive initially loads. --- guacamole/src/main/webapp/app/form/templates/passwordField.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guacamole/src/main/webapp/app/form/templates/passwordField.html b/guacamole/src/main/webapp/app/form/templates/passwordField.html index 644566f8e..506d8b6b2 100644 --- a/guacamole/src/main/webapp/app/form/templates/passwordField.html +++ b/guacamole/src/main/webapp/app/form/templates/passwordField.html @@ -1,4 +1,4 @@
- +
\ No newline at end of file