Move _initLogin to componentDidMount

This commit is contained in:
Travis Ralston 2019-07-08 11:51:22 -06:00
parent 00973a1ee8
commit c3383e9315

View file

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