mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
Merge branch 'master' of github.com:bitwarden/server
This commit is contained in:
10
src/Core/Models/Mail/RecoverTwoFactorModel.cs
Normal file
10
src/Core/Models/Mail/RecoverTwoFactorModel.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace Bit.Core.Models.Mail
|
||||
{
|
||||
public class RecoverTwoFactorModel : BaseMailModel
|
||||
{
|
||||
public string TheDate { get; set; }
|
||||
public string TheTime { get; set; }
|
||||
public string TimeZone { get; set; }
|
||||
public string IpAddress { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user