mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-11 15:37:41 +00:00
GUAC-932: Remove use of localStorageUtility where possible. Use cookies for auth data.
This commit is contained in:
@@ -23,4 +23,4 @@
|
||||
/**
|
||||
* The module for code used to connect to a connection or balancing group.
|
||||
*/
|
||||
angular.module('client', []);
|
||||
angular.module('client', ['auth']);
|
||||
|
Reference in New Issue
Block a user