Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Change form action setting of login page and register page #37

Merged
merged 3 commits into from
Nov 28, 2020

Conversation

saseungmin
Copy link
Collaborator

@saseungmin saseungmin commented Nov 28, 2020

  • 로그인 페이지와 회원가입 페이지의 onChange action 설정
  • immer 설치 및 rules 추가

@saseungmin saseungmin added the enhancement New feature or request label Nov 28, 2020
Comment on lines +28 to +35
<input
type="text"
value={userEmail}
name="userEmail"
placeholder="이메일"
autoComplete="email"
onChange={handleChange}
/>
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • input을 컴포넌트를 따로 빼도 좋을거 같다.

@saseungmin saseungmin merged commit 1a0e665 into CodeSoom:main Nov 28, 2020
@saseungmin saseungmin mentioned this pull request Nov 28, 2020
20 tasks
@saseungmin saseungmin deleted the auth-form-change-input-fields branch July 5, 2021 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant