diff --git a/AppShell.xaml b/AppShell.xaml
index 64dfc90..a34c5fb 100644
--- a/AppShell.xaml
+++ b/AppShell.xaml
@@ -13,6 +13,10 @@
Title="Login Page"
ContentTemplate="{DataTemplate views:LoginPage}"
Route="Login" />
+
+
+ MSBuild:Compile
+
MSBuild:Compile
diff --git a/Views/changePassword.xaml b/Views/changePassword.xaml
new file mode 100644
index 0000000..6111bb3
--- /dev/null
+++ b/Views/changePassword.xaml
@@ -0,0 +1,116 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Views/changePassword.xaml.cs b/Views/changePassword.xaml.cs
new file mode 100644
index 0000000..d0e5e61
--- /dev/null
+++ b/Views/changePassword.xaml.cs
@@ -0,0 +1,9 @@
+namespace ShoopNCook.Views;
+
+public partial class changePassword : ContentPage
+{
+ public changePassword()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file