mike-jumper commented on a change in pull request #437: GUACAMOLE-769: Polish
the RADIUS challenge box
URL: https://github.com/apache/guacamole-client/pull/437#discussion_r312721711
##########
File path:
extensions/guacamole-auth-radius/src/main/resources/templates/radiusResponseField.html
##########
@@ -1 +1,6 @@
-<input type="password" ng-model="model" ng-trim="false" autocorrect="off"
autocapitalize="off" placeholder="{{radiusPlaceholder}}" />
+<input
+ type="password"
Review comment:
If moving to a simple `<input type="password" ...>`, any reason to continue
using the custom `RadiusChallengeResponseField` instead of the standard
`PasswordField`?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services