Skip to content

Commit 7b6132a

Browse files
committed
fix(Authentication): submit form with enter in the login field
1 parent 9c265bb commit 7b6132a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/containers/Authentication/Authentication.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ function Authentication({authenticate, error}: any) {
7272
onUpdate={onLoginUpdate}
7373
placeholder={'Username'}
7474
error={loginError}
75+
onKeyDown={onEnterClick}
7576
size="l"
7677
autoFocus
7778
/>

0 commit comments

Comments
 (0)