1
0
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:
Michael Telatynski
2020-08-29 12:17:50 +01:00
parent e2ec89c39d
commit 34b960d8cb

View File

@@ -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