1
0
mirror of https://github.com/bitwarden/server synced 2026-01-08 03:23:20 +00:00

Revert "Create LegacyCollectionsAuthorizationHandler and start to re-implement old logic"

This reverts commit fbb19cdadd.
This commit is contained in:
Thomas Rittson
2023-10-09 11:25:10 +10:00
parent 64ec62c143
commit 7aabe7ca59
4 changed files with 2 additions and 188 deletions

View File

@@ -345,7 +345,6 @@ public class CurrentContext : ICurrentContext
&& (o.Permissions?.DeleteAssignedCollections ?? false)) ?? false);
}
// TODO: move into the auth handler now so that we can have separate implementations depending on feature flag
public async Task<bool> ViewAssignedCollections(Guid orgId)
{
/*