1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 05:00:19 -05:00

Add comment

This commit is contained in:
Thomas Rittson 2025-03-27 10:30:32 +10:00
parent 3d83e4b5a7
commit d72ab1448e
No known key found for this signature in database
GPG Key ID: CDDDA03861C35E27

View File

@ -14,6 +14,8 @@ public class ProviderOrganizationContext(ICurrentContext currentContext) : IProv
return false;
}
// This is just a wrapper around CurrentContext for now, but once permission checks are moved out of that class
// we should be able to move the underlying logic here without causing circular dependencies.
return await currentContext.ProviderUserForOrgAsync(orgId);
}
}