mirror of
https://github.com/bitwarden/mobile
synced 2025-12-28 14:13:25 +00:00
check app options ios extension on nfc check (#933)
This commit is contained in:
@@ -43,7 +43,7 @@ namespace Bit.App
|
||||
public App(AppOptions appOptions)
|
||||
{
|
||||
Options = appOptions ?? new AppOptions();
|
||||
if (Options.EmptyApp)
|
||||
if (Options.IosExtension)
|
||||
{
|
||||
Current = this;
|
||||
return;
|
||||
|
||||
@@ -18,6 +18,6 @@ namespace Bit.App.Models
|
||||
public string SaveCardExpMonth { get; set; }
|
||||
public string SaveCardExpYear { get; set; }
|
||||
public string SaveCardCode { get; set; }
|
||||
public bool EmptyApp { get; set; }
|
||||
public bool IosExtension { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user