mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -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;
|
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);
|
return await currentContext.ProviderUserForOrgAsync(orgId);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user