Skip to content

Commit

Permalink
[PM-7690] Fix login with master password vault unlock after SSO TDE d…
Browse files Browse the repository at this point in the history
…ecryption options (#3192)
  • Loading branch information
andrebispo5 committed Apr 26, 2024
1 parent 5946af9 commit ba11832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Pages/Accounts/LoginSsoPage.xaml.cs
Expand Up @@ -125,7 +125,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 ba11832

Please sign in to comment.