mirror of
https://github.com/bitwarden/android.git
synced 2026-05-18 05:55:39 -05:00
[PM-7690] Fix login with master password vault unlock after SSO TDE decryption options (#3192)
This commit is contained in:
@@ -125,7 +125,7 @@ namespace Bit.App.Pages
|
||||
|
||||
private async Task StartDeviceApprovalOptionsAsync()
|
||||
{
|
||||
var page = new LoginApproveDevicePage();
|
||||
var page = new LoginApproveDevicePage(_appOptions);
|
||||
await Navigation.PushModalAsync(new NavigationPage(page));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user