mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +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
|
||||
$scope.$on('guacInsufficientCredentials', function loginInsufficient(event, parameters, expected) {
|
||||
// TODO: Implement insufficient credential prompting
|
||||
$scope.expectedCredentials = expected;
|
||||
});
|
||||
|
||||
// Clear login screen if login was successful
|
||||
|
Reference in New Issue
Block a user