1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-12-24 16:38:22 +01:00

only ignore vault.bitwarden.com

This commit is contained in:
Kyle Spearrin 2018-03-08 10:34:07 -05:00
parent e6f3ad60ef
commit f2b202c714

View File

@ -23,7 +23,7 @@ namespace Bit.Android
private const int AutoFillNotificationId = 34573; private const int AutoFillNotificationId = 34573;
private const string SystemUiPackage = "com.android.systemui"; private const string SystemUiPackage = "com.android.systemui";
private const string BitwardenPackage = "com.x8bit.bitwarden"; 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> private static Dictionary<string, Browser> SupportedBrowsers => new List<Browser>
{ {