mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +00:00
GUAC-1161: For now, just show normal login prompt for insufficient credentials.
This commit is contained in:
@@ -107,7 +107,7 @@ angular.module('index').controller('indexController', ['$scope', '$injector',
|
|||||||
|
|
||||||
// Prompt for remaining credentials if provided credentials were not enough
|
// Prompt for remaining credentials if provided credentials were not enough
|
||||||
$scope.$on('guacInsufficientCredentials', function loginInsufficient(event, parameters, expected) {
|
$scope.$on('guacInsufficientCredentials', function loginInsufficient(event, parameters, expected) {
|
||||||
// TODO: Implement insufficient credential prompting
|
$scope.expectedCredentials = expected;
|
||||||
});
|
});
|
||||||
|
|
||||||
// Clear login screen if login was successful
|
// Clear login screen if login was successful
|
||||||
|
Reference in New Issue
Block a user