mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 22:21:22 +00:00
GUAC-1172: Upgrade angular-translate to 2.7.2. Configure required sanitization strategy. Use null instead of false for lack of login error.
This commit is contained in:
@@ -77,7 +77,7 @@ angular.module('login').directive('guacLogin', [function guacLogin() {
|
||||
*
|
||||
* @type String
|
||||
*/
|
||||
$scope.loginError = false;
|
||||
$scope.loginError = null;
|
||||
|
||||
/**
|
||||
* All form values entered by the user, as parameter name/value pairs.
|
||||
|
Reference in New Issue
Block a user