mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
Set UseScim flag for new organizations (#2134)
This commit is contained in:
@ -621,6 +621,7 @@ namespace Bit.Core.Services
|
||||
UseResetPassword = plan.HasResetPassword,
|
||||
SelfHost = plan.HasSelfHost,
|
||||
UsersGetPremium = plan.UsersGetPremium || signup.PremiumAccessAddon,
|
||||
UseScim = plan.HasScim,
|
||||
Plan = plan.Name,
|
||||
Gateway = null,
|
||||
ReferenceData = signup.Owner.ReferenceData,
|
||||
|
Reference in New Issue
Block a user