mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 18:11:36 +01:00
Make sure mnemonic phrase doesn't blend into background
This commit is contained in:
parent
6bfb6a795e
commit
5ae18cf21f
@ -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! <br/><code>{response.Mnemonic}</code>"
|
||||
Html = $"Your wallet has been generated. Please store your seed securely! <br/><code class="alert-link">{response.Mnemonic}</code>"
|
||||
});
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user