1
0
mirror of https://github.com/bitwarden/server synced 2025-12-15 07:43:54 +00:00

Auth/pm 24434/enhance email (#6157)

* fix(emails): [PM-24434] Email Enhancement - Added seconds to new device logged in email
This commit is contained in:
Patrick-Pimentel-Bitwarden
2025-09-03 09:12:26 -04:00
committed by GitHub
parent d627b0a064
commit 99058891d0

View File

@@ -559,7 +559,7 @@ public class HandlebarsMailService : IMailService
SiteName = _globalSettings.SiteName,
DeviceType = deviceType,
TheDate = timestamp.ToLongDateString(),
TheTime = timestamp.ToShortTimeString(),
TheTime = timestamp.ToString("hh:mm:ss tt"),
TimeZone = _utcTimeZoneDisplay,
IpAddress = ip
};