mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-769: Finish removing custom RADIUS challenge field.
This commit is contained in:
@@ -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',
|
||||
|
@@ -19,7 +19,6 @@
|
||||
],
|
||||
|
||||
"resources" : {
|
||||
"templates/radiusResponseField.html" : "text/html",
|
||||
"templates/radiusStateField.html" : "text/html"
|
||||
}
|
||||
|
||||
|
@@ -1,6 +0,0 @@
|
||||
<input
|
||||
type="password"
|
||||
ng-model="model"
|
||||
ng-trim="false"
|
||||
autocorrect="off"
|
||||
autocapitalize="off" />
|
@@ -5,7 +5,6 @@
|
||||
},
|
||||
|
||||
"LOGIN" : {
|
||||
"FIELD_HEADER_GUAC_RADIUS_CHALLENGE_RESPONSE" : "",
|
||||
"FIELD_HEADER_GUAC_RADIUS_STATE" : ""
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user