mirror of
https://github.com/bitwarden/server
synced 2025-12-15 15:53:59 +00:00
Fixed validation error for Free org accounts
This commit is contained in:
@@ -37,7 +37,6 @@ namespace Bit.Core.Models.Api
|
||||
public string BillingAddressCity { get; set; }
|
||||
public string BillingAddressState { get; set; }
|
||||
public string BillingAddressPostalCode { get; set; }
|
||||
[Required]
|
||||
[StringLength(2)]
|
||||
public string BillingAddressCountry { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user