Skip to content

Commit

Permalink
[PM-7869] Add AppOptions to decryption options navigation (#3210)
Browse files Browse the repository at this point in the history
(cherry picked from commit e4841bb)
  • Loading branch information
andrebispo5 authored and trmartin4 committed May 2, 2024
1 parent 9862134 commit 6226226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Pages/Accounts/TwoFactorPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ private async Task UpdateTempPasswordAsync()

private async Task StartDeviceApprovalOptionsAsync()
{
var page = new LoginApproveDevicePage();
var page = new LoginApproveDevicePage(_appOptions);
await Navigation.PushModalAsync(new NavigationPage(page));
}

Expand Down

0 comments on commit 6226226

Please sign in to comment.