mirror of
https://github.com/bitwarden/server.git
synced 2025-07-17 07:30:59 -05:00
new device logged in email notification
This commit is contained in:
11
src/Core/Models/Mail/NewDeviceLoggedInModel.cs
Normal file
11
src/Core/Models/Mail/NewDeviceLoggedInModel.cs
Normal file
@ -0,0 +1,11 @@
|
||||
namespace Bit.Core.Models.Mail
|
||||
{
|
||||
public class NewDeviceLoggedInModel : BaseMailModel
|
||||
{
|
||||
public string TheDate { get; set; }
|
||||
public string TheTime { get; set; }
|
||||
public string TimeZone { get; set; }
|
||||
public string IpAddress { get; set; }
|
||||
public string DeviceType { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user