Skip to content
Snippets Groups Projects

Development

Merged Ghost User requested to merge development into testing
4 files
+ 80
27
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -56,7 +56,7 @@ export class LoginForm extends React.Component {
this.props.handleState(result);
this.handleView();
} else {
this.handleError(result.errorResponse.message);
this.handleError(result.message);
}
},
// Note: it's important to handle errors here
Loading