[PM-7869] Add AppOptions to decryption options navigation (#3210)

This commit is contained in:
André Bispo 2024-05-02 17:41:32 +01:00 committed by GitHub
parent 98621341a2
commit e4841bb322
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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));
}