mirror of
https://github.com/bitwarden/server.git
synced 2025-04-13 17:18:14 -05:00
Fixed validation error for Free org accounts
This commit is contained in:
parent
b7154f017f
commit
47a6e607c6
@ -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; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user