remove email tesst
This commit is contained in:
parent
629b4f3c0a
commit
63d38bb5e3
|
|
@ -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([
|
||||
|
|
|
|||
Loading…
Reference in New Issue