From de13ed2a3e0e2af0722d9e1222cb4e88ddbb0a7d Mon Sep 17 00:00:00 2001 From: "leo.tuaillon" Date: Mon, 24 Apr 2023 18:00:07 +0200 Subject: [PATCH] v1 Confirm email view --- Pages/ChangePassword.xaml | 12 --- Pages/ChangePassword.xaml.cs | 9 --- Pages/ConfirmMail.xaml | 147 +++++++++++++++++++++++++++++++++++ Pages/ConfirmMail.xaml.cs | 9 +++ ShoopNCook.csproj | 3 + 5 files changed, 159 insertions(+), 21 deletions(-) delete mode 100644 Pages/ChangePassword.xaml delete mode 100644 Pages/ChangePassword.xaml.cs create mode 100644 Pages/ConfirmMail.xaml create mode 100644 Pages/ConfirmMail.xaml.cs 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 @@ + + + + + + + + + + + + + + + +