From dd3d03675650575f7b095af30da03c8f2c94a1c2 Mon Sep 17 00:00:00 2001 From: mpbw2 <59324545+mpbw2@users.noreply.github.com> Date: Mon, 29 Jan 2024 13:03:48 -0500 Subject: [PATCH] workaround for sliding elements in duo 2fa flow --- src/Core/Pages/Accounts/TwoFactorPage.xaml | 4 ++-- src/Core/Pages/Accounts/TwoFactorPageViewModel.cs | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/src/Core/Pages/Accounts/TwoFactorPage.xaml b/src/Core/Pages/Accounts/TwoFactorPage.xaml index 7f953d901..ad0904ce8 100644 --- a/src/Core/Pages/Accounts/TwoFactorPage.xaml +++ b/src/Core/Pages/Accounts/TwoFactorPage.xaml @@ -133,12 +133,12 @@ + VerticalOptions="StartAndExpand"> + HeightRequest="{Binding DuoWebViewHeight, Mode=OneWay}" />