Skip to content

Commit

Permalink
Flip order of message around
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Nov 25, 2019
1 parent 56dd17d commit ebf2c8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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 @@ -41,8 +41,8 @@ class BasicLoginFormUI extends Component<Props, State> {
public render() {
return (
<Fragment>
{this.renderMessage()}
{this.renderLoginAssistanceMessage()}
{this.renderMessage()}
<EuiPanel>
<form onSubmit={this.submit}>
<EuiFormRow
Expand Down

0 comments on commit ebf2c8c

Please sign in to comment.