diff --git a/MP-TAB/MP-TAB.Client/Pages/User.razor b/MP-TAB/MP-TAB.Client/Pages/User.razor
new file mode 100644
index 00000000..5f282702
--- /dev/null
+++ b/MP-TAB/MP-TAB.Client/Pages/User.razor
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/MP-TAB/MP-TAB.Client/Program.cs b/MP-TAB/MP-TAB.Client/Program.cs
index 7eeaa159..7dd4a88c 100644
--- a/MP-TAB/MP-TAB.Client/Program.cs
+++ b/MP-TAB/MP-TAB.Client/Program.cs
@@ -2,6 +2,7 @@ using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
var builder = WebAssemblyHostBuilder.CreateDefault(args);
+
// aggiunto x gestione chiamate WebAPI
builder.Services.AddScoped(sp =>
new HttpClient
diff --git a/MP-TAB/MP-TAB/Components/App.razor b/MP-TAB/MP-TAB/Components/App.razor
index 965b0d4e..040d30a9 100644
--- a/MP-TAB/MP-TAB/Components/App.razor
+++ b/MP-TAB/MP-TAB/Components/App.razor
@@ -25,6 +25,7 @@
+