[Fix] 데모 로그인 버튼 이메일 수정 + 프로필 화면 실제 계정 정보 표시 - #330
Merged
Conversation
- DEMO_ACCOUNT.email을 mini@naver.com -> demo.admin@example.com으로 수정 (실제 서버 데모 시드 계정과 일치, '데모로 시작' 버튼이 여태 실패하고 있었음) - authStore에 email 필드 추가, 로그인 시점에 저장 - ProfilePage 요약 카드·로그인 이메일 필드를 실제 로그인 계정 정보로 표시 (기존엔 로그인 계정과 무관한 '김민지' 목업 정보가 항상 떴음) closes #329
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.
closes #329
문제
DEMO_ACCOUNT.email이mini@naver.com으로 하드코딩돼 있어서 클릭하면 로그인 실패 (실제 시드 계정은demo.admin@example.com)demo.admin@example.com으로 로그인해도/profile에는 항상 "김민지 · hr.demo@fowoco.example"라는 무관한 가짜 정보 표시 (서버에 프로필 API가 없어서 #191부터 전부 고정 목업값 사용 중이었음)변경 사항
DEMO_ACCOUNT.email수정authStore에email저장 (로그인 시점에 client가 직접 기억)ProfilePage요약 카드·로그인 이메일 필드를 실제 로그인 계정 정보로 표시. 표시 이름·연락처 등 나머지 편집 필드는 여전히 서버 API가 없어서 [Feature] PROFILE-001 내 프로필 페이지 신규 추가 #191 범위로 남김검증
tsc -b/lint/ 전체 테스트 442개 /build통과