diff --git a/src/App/Models/Page/VaultViewLoginPageModel.cs b/src/App/Models/Page/VaultViewLoginPageModel.cs index 4ada206a4..930b6da9c 100644 --- a/src/App/Models/Page/VaultViewLoginPageModel.cs +++ b/src/App/Models/Page/VaultViewLoginPageModel.cs @@ -114,7 +114,7 @@ namespace Bit.App.Models.Page { get { - if(!ShowUri) + if(!ShowUri || !Uri.StartsWith("http")) { return false; }