allow custom auth endpoint (#1294)

This commit is contained in:
Shawn Erquhart
2018-04-24 21:35:56 -04:00
committed by GitHub
parent 9431112e63
commit 855bfde79b
5 changed files with 23 additions and 11 deletions

View File

@ -84,6 +84,7 @@ class App extends React.Component {
isFetching: auth && auth.get('isFetching'),
siteId: this.props.config.getIn(["backend", "site_domain"]),
base_url: this.props.config.getIn(["backend", "base_url"], null),
authEndpoint: this.props.config.getIn(["backend", "auth_endpoint"]),
config: this.props.config,
})
}