mirror of
https://github.com/bitwarden/server.git
synced 2025-05-28 23:04:50 -05:00
validate email on org create
This commit is contained in:
parent
db4590bcfe
commit
92fb369eb9
@ -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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user