mirror of
https://github.com/bitwarden/server
synced 2025-12-17 16:53:23 +00:00
new lines on warning
This commit is contained in:
@@ -36,7 +36,7 @@ namespace Bit.Setup
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Console.WriteLine("!!!!!!!!!! WARNING !!!!!!!!!!");
|
Console.WriteLine("\n!!!!!!!!!! WARNING !!!!!!!!!!");
|
||||||
Console.WriteLine("You are not using an SSL certificate. Bitwarden requires HTTPS to operate. " +
|
Console.WriteLine("You are not using an SSL certificate. Bitwarden requires HTTPS to operate. " +
|
||||||
"You must front your installation with a HTTPS proxy. The web vault (and other Bitwarden " +
|
"You must front your installation with a HTTPS proxy. The web vault (and other Bitwarden " +
|
||||||
"apps) will not work properly without HTTPS.");
|
"apps) will not work properly without HTTPS.");
|
||||||
|
|||||||
Reference in New Issue
Block a user