mirror of
https://github.com/bitwarden/server.git
synced 2025-12-10 17:45:21 -06: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:
parent
d627b0a064
commit
99058891d0
@ -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
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user