Skip to content

Commit

Permalink
Fix trigger login button on Enter (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
bandinib-amzn authored Sep 25, 2020
1 parent b121a0f commit 47590fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/apps/login/login-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export function LoginPage(props: LoginPageDeps) {
'If you have forgotten your username or password, please ask your system administrator'}
</EuiText>
<EuiSpacer size="s" />
<EuiForm>
<EuiForm component="form">
<EuiFormRow>
<EuiFieldText
placeholder="Username"
Expand Down

0 comments on commit 47590fd

Please sign in to comment.