1
0
mirror of https://github.com/bitwarden/server synced 2026-01-28 23:36:12 +00:00

Renamed v2 templates to remove v2 suffix.

This commit is contained in:
Todd Martin
2026-01-27 13:12:25 -05:00
parent e26dd4b0fe
commit 3025ec74c6
3 changed files with 1 additions and 1 deletions

View File

@@ -222,7 +222,7 @@ public class HandlebarsMailService : IMailService
WebVaultUrl = _globalSettings.BaseServiceUri.VaultWithHash,
SiteName = _globalSettings.SiteName,
};
await AddMessageContentAsync(message, "Auth.SendAccessEmailOtpEmailv2", model);
await AddMessageContentAsync(message, "Auth.SendAccessEmailOtpEmail", model);
message.MetaData.Add("SendGridBypassListManagement", true);
// TODO - PM-25380 change to string constant
message.Category = "SendEmailOtp";