mirror of
https://github.com/bitwarden/server
synced 2025-12-20 10:13:39 +00:00
validate email on org create
This commit is contained in:
@@ -15,6 +15,7 @@ namespace Bit.Core.Models.Api
|
|||||||
public string BusinessName { get; set; }
|
public string BusinessName { get; set; }
|
||||||
[Required]
|
[Required]
|
||||||
[StringLength(50)]
|
[StringLength(50)]
|
||||||
|
[EmailAddress]
|
||||||
public string BillingEmail { get; set; }
|
public string BillingEmail { get; set; }
|
||||||
public PlanType PlanType { get; set; }
|
public PlanType PlanType { get; set; }
|
||||||
[Required]
|
[Required]
|
||||||
|
|||||||
Reference in New Issue
Block a user