mirror of https://github.com/vector-im/riot-web
Move _initLogin to componentDidMount
parent
00973a1ee8
commit
c3383e9315
|
@ -69,7 +69,9 @@ export default class SoftLogout extends React.Component {
|
||||||
password: "",
|
password: "",
|
||||||
errorText: "",
|
errorText: "",
|
||||||
};
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
componentDidMount(): void {
|
||||||
this._initLogin();
|
this._initLogin();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue