mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-197: Correct comments on controller js files.
This commit is contained in:
committed by
Nick Couchman
parent
3a5c43b94e
commit
773f2da9ce
@@ -18,9 +18,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* Controller for the "GUAC_RADIUS_CHALLENGE_RESPONSE" field which uses the DuoWeb
|
||||
* API to prompt the user for additional credentials, ultimately receiving a
|
||||
* signed response from the Duo service.
|
||||
* Controller for the "GUAC_RADIUS_CHALLENGE_RESPONSE" field which
|
||||
* passes the RADIUS server challenge to the user and takes the response.
|
||||
*/
|
||||
angular.module('guacRadius').controller('radiusResponseController', ['$scope', '$element',
|
||||
function radiusResponseController($scope, $element) {
|
||||
|
@@ -18,9 +18,9 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* Controller for the "GUAC_RADIUS_CHALLENGE_RESPONSE" field which uses the DuoWeb
|
||||
* API to prompt the user for additional credentials, ultimately receiving a
|
||||
* signed response from the Duo service.
|
||||
* Controller for the "GUAC_RADIUS_STATE" field which is used to pass
|
||||
* the RADIUS server state to maintain the session with the RADIUS
|
||||
* server.
|
||||
*/
|
||||
angular.module('guacRadius').controller('radiusStateController', ['$scope', '$element',
|
||||
function radiusStateController($scope, $element) {
|
||||
|
Reference in New Issue
Block a user