feat: 로그인 및 회원가입 유효성 검사 및 스타일링#4
Merged
Programmeryeongtaek merged 13 commits intomainfrom Sep 10, 2025
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
로그인 및 회원가입 유효성 검사와 스타일링
- 로그인 시 이메일과 비밀번호 오류 시 안내 메시지
- 회원가입 시, 이미 가입된 이메일의 경우, 안내 메시지
- 닉네임 중복 검사
- 이메일 및 닉네임 만족 못할 경우, 회원가입 버튼 비활성화
- 로그인 및 회원가입에 스타일링
- 두 페이지 모두에 홈으로 돌아가기 버튼 추가
1. 간편 로그인 및 회원가입 (구글, 카카오, 네이버)