1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 16:12:49 -05:00
Files
bitwarden/src/Core/Models/Mail/FailedAuthAttemptsModel.cs
2022-08-29 16:06:55 -04:00

7 lines
148 B
C#

namespace Bit.Core.Models.Mail;
public class FailedAuthAttemptsModel : NewDeviceLoggedInModel
{
public string AffectedEmail { get; set; }
}