mirror of
https://github.com/bitwarden/server.git
synced 2025-02-17 02:01:53 +01: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; }
|
||||
[Required]
|
||||
[StringLength(50)]
|
||||
[EmailAddress]
|
||||
public string BillingEmail { get; set; }
|
||||
public PlanType PlanType { get; set; }
|
||||
[Required]
|
||||
|
Loading…
Reference in New Issue
Block a user