refactor: stop using unsafe or deprecated React methods (#1542)

This commit is contained in:
Caleb
2018-07-31 14:59:22 -06:00
committed by Shawn Erquhart
parent 95c744ee3e
commit d5f59de2d2
10 changed files with 53 additions and 57 deletions

View File

@ -41,7 +41,7 @@ export default class AuthenticationPage extends React.Component {
config: ImmutablePropTypes.map.isRequired,
};
componentWillMount() {
componentDidMount() {
/**
* Allow login screen to be skipped for demo purposes.
*/