Skip to content

Commit

Permalink
improvement: fix backend login buttons not showing login progress
Browse files Browse the repository at this point in the history
Regression from decaporg#565
  • Loading branch information
tech4him1 authored Aug 23, 2018
1 parent ea1a4c8 commit 1230bd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/netlify-cms-core/src/components/App/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ class App extends React.Component {
onLogin: this.handleLogin.bind(this),
error: auth && auth.get('error'),
isFetching: auth && auth.get('isFetching'),
inProgress: (auth && auth.get('isFetching')) || false,
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']),
Expand Down

0 comments on commit 1230bd6

Please sign in to comment.