From f0a01175a8757aaf196e5d55e1dafb31d3a1b3e8 Mon Sep 17 00:00:00 2001 From: TheJoKlLa Date: Tue, 12 Jul 2022 22:30:37 +0200 Subject: [PATCH] Added: Password change for User --- Borepin/Borepin/App.xaml.cs | 1 + Borepin/Borepin/Page/MainPage.xaml | 4 +++- Borepin/Borepin/Page/ProfilePage.xaml | 7 ++++++- .../AddServerProcess/AuthPlainPageModel.cs | 4 ++-- Borepin/Borepin/PageModel/ProfilePageModel.cs | 1 + .../Resources/Text/TextResource.Designer.cs | 20 +++++++++++++++---- .../Borepin/Resources/Text/TextResource.resx | 16 +++++++++------ .../Service/Storage/LoginStorageService.cs | 2 +- external/capnproto-dotnetcore | 2 +- 9 files changed, 41 insertions(+), 16 deletions(-) diff --git a/Borepin/Borepin/App.xaml.cs b/Borepin/Borepin/App.xaml.cs index ae1959f..400aa87 100644 --- a/Borepin/Borepin/App.xaml.cs +++ b/Borepin/Borepin/App.xaml.cs @@ -51,6 +51,7 @@ namespace Borepin containerRegistry.RegisterForNavigation(); containerRegistry.RegisterForNavigation(); containerRegistry.RegisterForNavigation(); + containerRegistry.RegisterForNavigation(); #endregion #region Register Sequence Navigation diff --git a/Borepin/Borepin/Page/MainPage.xaml b/Borepin/Borepin/Page/MainPage.xaml index dddd5ae..0608532 100644 --- a/Borepin/Borepin/Page/MainPage.xaml +++ b/Borepin/Borepin/Page/MainPage.xaml @@ -12,7 +12,9 @@