GUACAMOLE-526: Remove unnecessary use of $q within authenticationService. Rely on requestService.

This commit is contained in:
Michael Jumper
2018-04-24 15:22:31 -07:00
parent 01e19c19dc
commit 5be303666a
2 changed files with 16 additions and 47 deletions

View File

@@ -21,5 +21,6 @@
* The module for authentication and management of tokens.
*/
angular.module('auth', [
'rest',
'storage'
]);