fix naming conflict

pull/21833/head
Michael Telatynski 2020-08-29 12:17:50 +01:00
parent e2ec89c39d
commit 34b960d8cb
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ _td("General failure");
/**
* 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 = {
// Called when the user has logged in. Params:
// - The object returned by the login API