Move _initLogin to componentDidMount

pull/21833/head
Travis Ralston 2019-07-08 11:51:22 -06:00
parent 00973a1ee8
commit c3383e9315
1 changed files with 2 additions and 0 deletions

View File

@ -69,7 +69,9 @@ export default class SoftLogout extends React.Component {
password: "",
errorText: "",
};
}
componentDidMount(): void {
this._initLogin();
}