mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 23:52:50 -05: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