mirror of
https://github.com/bitwarden/server.git
synced 2025-01-23 22:01:28 +01:00
Fix Master Password Hint Email template (#2019)
This commit is contained in:
parent
99de655190
commit
c27645265c
@ -139,7 +139,7 @@ namespace Bit.Core.Services
|
||||
var message = CreateDefaultMessage("Your Master Password Hint", email);
|
||||
var model = new MasterPasswordHintViewModel
|
||||
{
|
||||
Hint = CoreHelpers.SanitizeForEmail(hint),
|
||||
Hint = CoreHelpers.SanitizeForEmail(hint, false),
|
||||
WebVaultUrl = _globalSettings.BaseServiceUri.VaultWithHash,
|
||||
SiteName = _globalSettings.SiteName
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user