mirror of
https://github.com/bitwarden/server.git
synced 2025-04-04 20:50:21 -05:00
Add comment
This commit is contained in:
parent
3d83e4b5a7
commit
d72ab1448e
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user