mirror of
https://github.com/bitwarden/server.git
synced 2025-07-06 02:22:49 -05:00
Sent initiation path for organization and user signups (#3723)
This commit is contained in:
@ -533,6 +533,7 @@ public class OrganizationService : IOrganizationService
|
||||
PlanName = plan.Name,
|
||||
PlanType = plan.Type,
|
||||
Seats = returnValue.Item1.Seats,
|
||||
SignupInitiationPath = signup.InitiationPath,
|
||||
Storage = returnValue.Item1.MaxStorageGb,
|
||||
// TODO: add reference events for SmSeats and Service Accounts - see AC-1481
|
||||
});
|
||||
|
Reference in New Issue
Block a user