From 3c53556bb0160406221ceb9a0563d8b86bbf4df2 Mon Sep 17 00:00:00 2001
From: davide.cucurnia@vola.it <davide.cucurnia@vola.it>
Date: Fri, 09 Feb 2024 16:31:40 +0100
Subject: [PATCH] gestione cookie / gestione parametro t

---
 app/Http/Controllers/Profiles/ProfilesController.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/app/Http/Controllers/Profiles/ProfilesController.php b/app/Http/Controllers/Profiles/ProfilesController.php
index 888c280..4a87420 100644
--- a/app/Http/Controllers/Profiles/ProfilesController.php
+++ b/app/Http/Controllers/Profiles/ProfilesController.php
@@ -24,6 +24,7 @@
         if ($this->authorized) {
             return view('vodafone_fake_sso.choose_profile', [
                 "domain" => Utils::getDomain($_SERVER['SERVER_NAME']),
+                "loggedInfo" => Utils::getLoggedUser($request),
                 "setUrl" => "/set",
                 "clearUrl" => "/clear"
             ]);

--
Gitblit v1.8.0