mirror of
https://github.com/bitwarden/mobile.git
synced 2025-02-23 02:21:25 +01:00
[PM-7869] Add AppOptions to decryption options navigation (#3210)
This commit is contained in:
parent
98621341a2
commit
e4841bb322
@ -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));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user