We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c265bb commit 7b6132aCopy full SHA for 7b6132a
src/containers/Authentication/Authentication.tsx
@@ -72,6 +72,7 @@ function Authentication({authenticate, error}: any) {
72
onUpdate={onLoginUpdate}
73
placeholder={'Username'}
74
error={loginError}
75
+ onKeyDown={onEnterClick}
76
size="l"
77
autoFocus
78
/>
0 commit comments