From 5ae18cf21fade59364ef14d0566e7834770d6f2c Mon Sep 17 00:00:00 2001 From: Umar Bolatov Date: Sun, 12 Apr 2020 13:20:29 -0700 Subject: [PATCH] Make sure mnemonic phrase doesn't blend into background --- BTCPayServer/Controllers/StoresController.BTCLike.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer/Controllers/StoresController.BTCLike.cs b/BTCPayServer/Controllers/StoresController.BTCLike.cs index d23178aa2..4d7bd8c1a 100644 --- a/BTCPayServer/Controllers/StoresController.BTCLike.cs +++ b/BTCPayServer/Controllers/StoresController.BTCLike.cs @@ -380,7 +380,7 @@ namespace BTCPayServer.Controllers TempData.SetStatusMessageModel(new StatusMessageModel() { Severity = StatusMessageModel.StatusSeverity.Success, - Html = $"Your wallet has been generated. Please store your seed securely!
{response.Mnemonic}" + Html = $"Your wallet has been generated. Please store your seed securely!
{response.Mnemonic}" }); } else