diff --git a/StandManager/Components/Pages/Registrazione.razor b/StandManager/Components/Pages/Registrazione.razor
index d71cb65..814c69a 100644
--- a/StandManager/Components/Pages/Registrazione.razor
+++ b/StandManager/Components/Pages/Registrazione.razor
@@ -38,7 +38,7 @@
private bool showCodiceCliente { get; set; } = false;
private bool showForm { get; set; } = false;
private InvitoEventoViewModel invito { get; set; } = new InvitoEventoViewModel();
- private Component_Registrazione registrazione { get; set; }
+ private Component_Registrazione registrazione { get; set; } = new();
private string codiceFornito { get; set; }
diff --git a/StandManager/Components/Pages/ScanNew.razor b/StandManager/Components/Pages/ScanNew.razor
index a75a6c0..782a883 100644
--- a/StandManager/Components/Pages/ScanNew.razor
+++ b/StandManager/Components/Pages/ScanNew.razor
@@ -1,9 +1,13 @@
@page "/activate-qr-scan"
@using StandManager.Components.Layout
@inject NavigationManager Nav
-
@layout PublicLayout
+@inject IJSRuntime JS
+@inject BodyClassService BodyClass
+@rendermode InteractiveServer
+
+
+ Align the QR code within the frame to automatically detect and identify the client. +
- Align the QR code within the frame to automatically detect and identify the client. -
+