Browse Source

로그인 Enter 키 아이디만 입력했을 경우 추가

pull/2/head
이학준 2 years ago
parent
commit
b6cfc6c471
  1. 1
      src/components/account/login/AccountLogin.js

1
src/components/account/login/AccountLogin.js

@ -116,6 +116,7 @@ export const AccountLogin = ({ props }) => {
placeholder='ID'
name='userId'
value={loginForm.userId}
onKeyPress={onKeyPress}
onChange={handelrChange}
/>
</InputGroup>

Loading…
Cancel
Save