From 7c54fa9452d45da2b8a791704cfb62635e7e3c13 Mon Sep 17 00:00:00 2001
From: davide.cucurnia@vola.it <davide.cucurnia@vola.it>
Date: Wed, 31 Jan 2024 16:43:25 +0100
Subject: [PATCH] minimo refactoring

---
 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 f5fd293..48ddb80 100644
--- a/app/Http/Controllers/Profiles/ProfilesController.php
+++ b/app/Http/Controllers/Profiles/ProfilesController.php
@@ -23,6 +23,7 @@
     {
         if ($this->authorized) {
             return view('vodafone_fake_sso.choose_profile', [
+                "domain" => Utils::getDomain($_SERVER['SERVER_NAME']),
                 "setUrl" => "/set",
                 "clearUrl" => "/clear"
             ]);

--
Gitblit v1.8.0