mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 07:05:35 +03:00
[PM-7869] Add AppOptions to decryption options navigation (#3210)
(cherry picked from commit e4841bb322
)
This commit is contained in:
parent
98621341a2
commit
62262269bc
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue