auth without netlify oauth provider
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user