From 84a82f0876c03da87079f3a57fa8b367b79bc6b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20Bispo?= Date: Wed, 17 May 2023 17:46:45 +0100 Subject: [PATCH] [PM-1208] Add Device approval options screen. View model waiting for additional logic to be added. --- .../Accounts/LoginApproveDevicePage.xaml | 54 +++++++++++ .../Accounts/LoginApproveDevicePage.xaml.cs | 24 +++++ .../Accounts/LoginApproveDeviceViewModel.cs | 68 ++++++++++++++ src/App/Resources/AppResources.Designer.cs | 90 +++++++++++++++---- src/App/Resources/AppResources.resx | 18 ++++ 5 files changed, 236 insertions(+), 18 deletions(-) create mode 100644 src/App/Pages/Accounts/LoginApproveDevicePage.xaml create mode 100644 src/App/Pages/Accounts/LoginApproveDevicePage.xaml.cs create mode 100644 src/App/Pages/Accounts/LoginApproveDeviceViewModel.cs diff --git a/src/App/Pages/Accounts/LoginApproveDevicePage.xaml b/src/App/Pages/Accounts/LoginApproveDevicePage.xaml new file mode 100644 index 000000000..452f998e9 --- /dev/null +++ b/src/App/Pages/Accounts/LoginApproveDevicePage.xaml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + +