From b55a38378482bfe6a43315f5b665f608a7651880 Mon Sep 17 00:00:00 2001
From: davide.cucurnia@vola.it <davide.cucurnia@vola.it>
Date: Tue, 02 Jul 2024 12:15:15 +0200
Subject: [PATCH] sistemazione migration per modifica campi di appartenenza e foreign keys

---
 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