Merge pull request #411 from vencax/3rdpartyoauth

auth without netlify oauth provider
This commit is contained in:
Shawn Erquhart
2017-06-05 11:24:16 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@ -89,6 +89,7 @@ class App extends React.Component {
error: auth && auth.get('error'),
isFetching: auth && auth.get('isFetching'),
siteId: this.props.config.getIn(["backend", "site_domain"]),
base_url: this.props.config.getIn(["backend", "base_url"], null)
})
}
</div>