Skip to content

Commit

Permalink
Review#5: remove redundant user icon from login selector button.
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin committed Mar 23, 2020
1 parent aed4521 commit ceba57b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ export class LoginForm extends Component<Props, State> {
<Fragment key={index}>
<EuiButton
key={provider.name}
iconType="user"
fullWidth={true}
isDisabled={!this.isLoadingState(LoadingStateType.None)}
isLoading={this.isLoadingState(LoadingStateType.Selector, provider.name)}
Expand Down

0 comments on commit ceba57b

Please sign in to comment.