diff --git a/src/Core/Pages/Accounts/TwoFactorPage.xaml.cs b/src/Core/Pages/Accounts/TwoFactorPage.xaml.cs index 37828567b..a3dfae976 100644 --- a/src/Core/Pages/Accounts/TwoFactorPage.xaml.cs +++ b/src/Core/Pages/Accounts/TwoFactorPage.xaml.cs @@ -191,7 +191,7 @@ namespace Bit.App.Pages private async Task StartDeviceApprovalOptionsAsync() { - var page = new LoginApproveDevicePage(); + var page = new LoginApproveDevicePage(_appOptions); await Navigation.PushModalAsync(new NavigationPage(page)); }