diff --git a/src/screens/Login/View.js b/src/screens/Login/View.js index b991509..260c971 100644 --- a/src/screens/Login/View.js +++ b/src/screens/Login/View.js @@ -63,6 +63,7 @@ function View({ type="password" value={password} onChange={e => onChangePassword(e.target.value)} + onKeyDown={e => (e.key === 'Enter' ? onTryLogin() : null)} />