We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93133a0 commit e7fa519Copy full SHA for e7fa519
src/Core/Auth/Models/Mail/RegisterVerifyEmail.cs
@@ -1,6 +1,7 @@
1
// FIXME: Update this file to be null safe and then delete the line below
2
#nullable disable
3
4
+using Bit.Core.Auth.Attributes;
5
using Bit.Core.Auth.Models.Api.Request.Accounts;
6
using Bit.Core.Models.Mail;
7
@@ -24,5 +25,6 @@ public class RegisterVerifyEmail : BaseMailModel
24
25
26
public string Token { get; set; }
27
public string Email { get; set; }
28
+ [MarketingInitiativeValidation]
29
public string FromMarketing { get; set; }
30
}
0 commit comments