From a614d5946572e118729207627e30369e4da45d64 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 1 Sep 2017 14:02:26 -0400 Subject: [PATCH] validate installation keys --- util/Setup/Program.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/util/Setup/Program.cs b/util/Setup/Program.cs index d4bda04868..c8cbe30bd8 100644 --- a/util/Setup/Program.cs +++ b/util/Setup/Program.cs @@ -168,9 +168,6 @@ namespace Setup Console.Write("(!) Enter your installation key: "); _installationKey = Console.ReadLine(); - // validate all installations for now. remove later. - return true; - try { var response = new HttpClient().GetAsync("https://api.bitwarden.com/installations/" + _installationId)