GUAC-1126: Clear managed connections, if any, upon login. New sessions should start with a clean environment (fixes GUAC-1066).

This commit is contained in:
Michael Jumper
2015-04-07 11:36:55 -07:00
parent d0845e5ef0
commit 5f243c42df
3 changed files with 21 additions and 6 deletions

View File

@@ -23,4 +23,4 @@
/**
* The module for the login functionality.
*/
angular.module('login', ['element', 'navigation']);
angular.module('login', ['client', 'element', 'navigation']);