You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-13 08:02:38 +03:00
fix naming conflict
This commit is contained in:
@@ -55,7 +55,7 @@ _td("General failure");
|
|||||||
/**
|
/**
|
||||||
* A wire component which glues together login UI components and Login logic
|
* A wire component which glues together login UI components and Login logic
|
||||||
*/
|
*/
|
||||||
export default class Login extends React.Component {
|
export default class LoginComponent extends React.Component {
|
||||||
static propTypes = {
|
static propTypes = {
|
||||||
// Called when the user has logged in. Params:
|
// Called when the user has logged in. Params:
|
||||||
// - The object returned by the login API
|
// - The object returned by the login API
|
||||||
|
|||||||
Reference in New Issue
Block a user