mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
Update new user and trial initiation email content (#4571)
* Update new user and trial initiation email content * Adjust spacing * Update style and text * Update to `{{{`
This commit is contained in:
@ -297,7 +297,7 @@ public class HandlebarsMailService : IMailService
|
||||
|
||||
public async Task SendTrialInitiationEmailAsync(string userEmail)
|
||||
{
|
||||
var message = CreateDefaultMessage("Welcome to Bitwarden!", userEmail);
|
||||
var message = CreateDefaultMessage("Welcome to Bitwarden; 3 steps to get started!", userEmail);
|
||||
var model = new BaseMailModel
|
||||
{
|
||||
WebVaultUrl = _globalSettings.BaseServiceUri.VaultWithHashAndSecretManagerProduct,
|
||||
|
Reference in New Issue
Block a user