1
0
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:
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

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