1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 07:43:37 +00:00

[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

View File

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