mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 01:48:25 +03:00
only ignore vault.bitwarden.com
This commit is contained in:
parent
e6f3ad60ef
commit
f2b202c714
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ namespace Bit.Android
|
|||
private const int AutoFillNotificationId = 34573;
|
||||
private const string SystemUiPackage = "com.android.systemui";
|
||||
private const string BitwardenPackage = "com.x8bit.bitwarden";
|
||||
private const string BitwardenWebsite = "bitwarden.com";
|
||||
private const string BitwardenWebsite = "vault.bitwarden.com";
|
||||
|
||||
private static Dictionary<string, Browser> SupportedBrowsers => new List<Browser>
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue