diff --git a/Pages/ChangePassword.xaml b/Pages/ChangePassword.xaml
deleted file mode 100644
index 7b0ca7c..0000000
--- a/Pages/ChangePassword.xaml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Pages/ChangePassword.xaml.cs b/Pages/ChangePassword.xaml.cs
deleted file mode 100644
index 7b847bd..0000000
--- a/Pages/ChangePassword.xaml.cs
+++ /dev/null
@@ -1,9 +0,0 @@
-namespace ShoopNCook.Pages;
-
-public partial class ChangePassword : ContentPage
-{
- public ChangePassword()
- {
- InitializeComponent();
- }
-}
\ No newline at end of file
diff --git a/Pages/ConfirmMail.xaml b/Pages/ConfirmMail.xaml
new file mode 100644
index 0000000..acc8df7
--- /dev/null
+++ b/Pages/ConfirmMail.xaml
@@ -0,0 +1,147 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Pages/ConfirmMail.xaml.cs b/Pages/ConfirmMail.xaml.cs
new file mode 100644
index 0000000..7d186ea
--- /dev/null
+++ b/Pages/ConfirmMail.xaml.cs
@@ -0,0 +1,9 @@
+namespace ShoopNCook.Pages;
+
+public partial class ConfirmMail : ContentPage
+{
+ public ConfirmMail()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/ShoopNCook.csproj b/ShoopNCook.csproj
index 3083042..c429d81 100644
--- a/ShoopNCook.csproj
+++ b/ShoopNCook.csproj
@@ -86,6 +86,9 @@
+
+ MSBuild:Compile
+
MSBuild:Compile