mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-12 16:06:17 +02:00
Move _initLogin to componentDidMount
This commit is contained in:
parent
00973a1ee8
commit
c3383e9315
@ -69,7 +69,9 @@ export default class SoftLogout extends React.Component {
|
||||
password: "",
|
||||
errorText: "",
|
||||
};
|
||||
}
|
||||
|
||||
componentDidMount(): void {
|
||||
this._initLogin();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user