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', angular.module('guacRadius').config(['formServiceProvider',
function guacRadiusConfig(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 // Define the hidden field for the RADIUS state
formServiceProvider.registerFieldType('GUAC_RADIUS_STATE', { formServiceProvider.registerFieldType('GUAC_RADIUS_STATE', {
module : 'guacRadius', module : 'guacRadius',

View File

@@ -19,7 +19,6 @@
], ],
"resources" : { "resources" : {
"templates/radiusResponseField.html" : "text/html",
"templates/radiusStateField.html" : "text/html" "templates/radiusStateField.html" : "text/html"
} }

View File

@@ -1,6 +0,0 @@
<input
type="password"
ng-model="model"
ng-trim="false"
autocorrect="off"
autocapitalize="off" />

View File

@@ -5,7 +5,6 @@
}, },
"LOGIN" : { "LOGIN" : {
"FIELD_HEADER_GUAC_RADIUS_CHALLENGE_RESPONSE" : "",
"FIELD_HEADER_GUAC_RADIUS_STATE" : "" "FIELD_HEADER_GUAC_RADIUS_STATE" : ""
} }