mirror of
https://github.com/bitwarden/server
synced 2025-12-30 15:14:02 +00:00
Sent initiation path for organization and user signups (#3723)
This commit is contained in:
@@ -13,4 +13,5 @@ public class OrganizationSignup : OrganizationUpgrade
|
||||
public PaymentMethodType? PaymentMethodType { get; set; }
|
||||
public string PaymentToken { get; set; }
|
||||
public int? MaxAutoscaleSeats { get; set; } = null;
|
||||
public string InitiationPath { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user