1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 05:00:19 -05:00

validate installation keys

This commit is contained in:
Kyle Spearrin 2017-09-01 14:02:26 -04:00
parent 75b2991137
commit a614d59465

View File

@ -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)