Add RBAC to org views

This commit is contained in:
mabashian
2019-04-18 13:31:03 -04:00
parent 1509ef3e80
commit 5ae7cbb43a
14 changed files with 315 additions and 98 deletions

View File

@@ -63,10 +63,12 @@ export function main (render) {
path="/login"
render={() => (
<Config>
{({ custom_logo, custom_login_info }) => (
{({ custom_logo, custom_login_info, fetchMe, updateConfig }) => (
<Login
logo={custom_logo}
loginInfo={custom_login_info}
fetchMe={fetchMe}
updateConfig={updateConfig}
/>
)}
</Config>