[PM-7690] Fix login with master password vault unlock after SSO TDE decryption options (#3192)

This commit is contained in:
André Bispo 2024-04-26 13:23:23 +01:00 committed by GitHub
parent 5946af9eec
commit ba1183234b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ namespace Bit.App.Pages
private async Task StartDeviceApprovalOptionsAsync()
{
var page = new LoginApproveDevicePage();
var page = new LoginApproveDevicePage(_appOptions);
await Navigation.PushModalAsync(new NavigationPage(page));
}