1
0
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:
Alex Morask
2024-02-26 11:50:24 -05:00
committed by GitHub
parent 56543722ad
commit 40a2a567e6
5 changed files with 36 additions and 1 deletions

View File

@ -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; }
}