mirror of
https://github.com/bitwarden/mobile.git
synced 2025-01-21 21:01:50 +01:00
PM-8051 Fix 2FA launch from iOS autofill, was missing passing appOptions to the App (#3244)
This commit is contained in:
parent
8566f5c00a
commit
c8d0db9f31
@ -699,7 +699,7 @@ namespace Bit.iOS.Autofill
|
|||||||
{
|
{
|
||||||
var appOptions = new AppOptions { IosExtension = true };
|
var appOptions = new AppOptions { IosExtension = true };
|
||||||
var twoFactorPage = new TwoFactorPage(authingWithSso, appOptions);
|
var twoFactorPage = new TwoFactorPage(authingWithSso, appOptions);
|
||||||
var app = new App.App();
|
var app = new App.App(appOptions);
|
||||||
ThemeManager.SetTheme(app.Resources);
|
ThemeManager.SetTheme(app.Resources);
|
||||||
ThemeManager.ApplyResourcesTo(twoFactorPage);
|
ThemeManager.ApplyResourcesTo(twoFactorPage);
|
||||||
if (twoFactorPage.BindingContext is TwoFactorPageViewModel vm)
|
if (twoFactorPage.BindingContext is TwoFactorPageViewModel vm)
|
||||||
|
Loading…
Reference in New Issue
Block a user