mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
host endpoint
This commit is contained in:
parent
cff64a21cf
commit
f7fd4dec96
@ -155,7 +155,7 @@ namespace Setup
|
||||
|
||||
private static bool ValidateInstallation()
|
||||
{
|
||||
Console.Write("(!) Enter your installation id (get it at https://bitwarden.com/install): ");
|
||||
Console.Write("(!) Enter your installation id (get it at https://bitwarden.com/host): ");
|
||||
var installationId = Console.ReadLine();
|
||||
Guid installationidGuid;
|
||||
if(!Guid.TryParse(installationId.Trim(), out installationidGuid))
|
||||
|
Loading…
Reference in New Issue
Block a user