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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
};