diff --git a/BACKEND/Modules/Admin/app/Http/Controllers/ProfileController.php b/BACKEND/Modules/Admin/app/Http/Controllers/ProfileController.php index 969b84d..49f35d1 100644 --- a/BACKEND/Modules/Admin/app/Http/Controllers/ProfileController.php +++ b/BACKEND/Modules/Admin/app/Http/Controllers/ProfileController.php @@ -29,9 +29,8 @@ class ProfileController extends Controller public function getProfilesData() { $user = auth('admins')->user(); + $userEmail = $user->email; - $userEmail = "vincent.vo@apactech.io"; - $projects = $this->jiraService->getAllProjects(); $userCriterias = UserCriteria::with([