GUACAMOLE-769: Finish removing custom RADIUS challenge field.

This commit is contained in:
Virtually Nick
2019-08-11 14:33:17 -04:00
parent 30591dcc2e
commit 7dceecd7f3
4 changed files with 0 additions and 14 deletions

View File

@@ -23,12 +23,6 @@
angular.module('guacRadius').config(['formServiceProvider',
function guacRadiusConfig(formServiceProvider) {
// Define field for the challenge from the RADIUS service
formServiceProvider.registerFieldType('GUAC_RADIUS_CHALLENGE_RESPONSE', {
module : 'guacRadius',
templateUrl : 'app/ext/radius/templates/radiusResponseField.html'
});
// Define the hidden field for the RADIUS state
formServiceProvider.registerFieldType('GUAC_RADIUS_STATE', {
module : 'guacRadius',