Deliver centralized role management feature
[portal.git] / ecomp-portal-FE-os / client / src / services / userProfile / userProfile.service.js
index 2cc7c32..76a778f 100644 (file)
 
             return deferred.promise;
         }
+        
+  
+        
     }
     UserProfileService.$inject = ['$q', '$log', '$http', 'conf', 'uuid4', 'utilsService'];
     angular.module('ecompApp').service('userProfileService', UserProfileService)