fix naming conflict
This commit is contained in:
parent
e2ec89c39d
commit
34b960d8cb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue