mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 23:21:21 +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',
|
||||
|
Reference in New Issue
Block a user