mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +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
|
* Controller for the "GUAC_RADIUS_CHALLENGE_RESPONSE" field which
|
||||||
* API to prompt the user for additional credentials, ultimately receiving a
|
* passes the RADIUS server challenge to the user and takes the response.
|
||||||
* signed response from the Duo service.
|
|
||||||
*/
|
*/
|
||||||
angular.module('guacRadius').controller('radiusResponseController', ['$scope', '$element',
|
angular.module('guacRadius').controller('radiusResponseController', ['$scope', '$element',
|
||||||
function radiusResponseController($scope, $element) {
|
function radiusResponseController($scope, $element) {
|
||||||
|
@@ -18,9 +18,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Controller for the "GUAC_RADIUS_CHALLENGE_RESPONSE" field which uses the DuoWeb
|
* Controller for the "GUAC_RADIUS_STATE" field which is used to pass
|
||||||
* API to prompt the user for additional credentials, ultimately receiving a
|
* the RADIUS server state to maintain the session with the RADIUS
|
||||||
* signed response from the Duo service.
|
* server.
|
||||||
*/
|
*/
|
||||||
angular.module('guacRadius').controller('radiusStateController', ['$scope', '$element',
|
angular.module('guacRadius').controller('radiusStateController', ['$scope', '$element',
|
||||||
function radiusStateController($scope, $element) {
|
function radiusStateController($scope, $element) {
|
||||||
|
Reference in New Issue
Block a user