mirror of
https://github.com/bitwarden/server
synced 2025-12-16 08:13:33 +00:00
remove business country from org signup
This commit is contained in:
@@ -6,7 +6,6 @@ namespace Bit.Core.Models.Business
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string BusinessName { get; set; }
|
||||
public string BusinessCountry { get; set; }
|
||||
public string BillingEmail { get; set; }
|
||||
public User Owner { get; set; }
|
||||
public string OwnerKey { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user