From 398fc70ad81e71951105c4a950be0f8c4024bd01 Mon Sep 17 00:00:00 2001
From: davide.cucurnia@vola.it <davide.cucurnia@vola.it>
Date: Thu, 01 Feb 2024 09:04:57 +0100
Subject: [PATCH] aggiunti metodi getSelectedMSISDNDetails, getMSISDNList, getMSISDNDetails per picasso

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