Uh oh!
There was an error while loading. Please reload this page.
회원가입 실제 API 붙임 - #162
Merged
Merged
Conversation
서버 #43/#44 병합돼서 이제 진짜 붙임. SignupPage가 화면 검증만 하고 그냥 넘어가던 거 POST /api/v1/auth/signup 호출로 교체. workplace->company_name, name->display_name 매핑하고 confirmPassword는 그대로 화면에서만 체크. 성공하면 자동로그인 없이 로그인 화면+성공 배너로 이동 (기존과 동일). 409 EMAIL_ALREADY_REGISTERED는 이메일 필드 에러로, 400 필드 검증 에러는 서버 field명->화면 필드명 매핑해서 표시. Closes#159
This was referenced Aug 15, 2026
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 freeto 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.
서버 #43/#44 병합돼서 SignupPage 이제 진짜 연결함.
lint/test(223개)/build 다 통과함.
Closes#159