mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
[AC-1978] Fix issue that allows the web app to have the user type Manager available
This commit is contained in:
@ -64,7 +64,10 @@ public class OrganizationUserOrganizationDetailsViewQuery : IQuery<OrganizationU
|
||||
AccessSecretsManager = ou.AccessSecretsManager,
|
||||
UsePasswordManager = o.UsePasswordManager,
|
||||
SmSeats = o.SmSeats,
|
||||
SmServiceAccounts = o.SmServiceAccounts
|
||||
SmServiceAccounts = o.SmServiceAccounts,
|
||||
LimitCollectionCreationDeletion = o.LimitCollectionCreationDeletion,
|
||||
AllowAdminAccessToAllCollectionItems = o.AllowAdminAccessToAllCollectionItems,
|
||||
FlexibleCollections = o.FlexibleCollections
|
||||
};
|
||||
return query;
|
||||
}
|
||||
|
Reference in New Issue
Block a user