mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53: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