remove email tesst

This commit is contained in:
Truong Vo 2024-09-19 07:56:54 +07:00
parent 629b4f3c0a
commit 63d38bb5e3
1 changed files with 1 additions and 2 deletions

View File

@ -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([