Skip to content

Refactor/#441 온보딩,로그인 시 isOnboardingCompleted -> isRegistered로 변경#442

Merged
y-eonee merged 1 commit into
developfrom
refactor/#441-유저디폴트
May 19, 2026

Hidden character warning

The head ref may contain hidden characters: "refactor/#441-\uc720\uc800\ub514\ud3f4\ud2b8"
Merged

Refactor/#441 온보딩,로그인 시 isOnboardingCompleted -> isRegistered로 변경#442
y-eonee merged 1 commit into
developfrom
refactor/#441-유저디폴트

Conversation

@y-eonee
Copy link
Copy Markdown
Member

@y-eonee y-eonee commented May 19, 2026

🔗 연결된 이슈

📄 작업 내용

  • 제가 기기를 바꾼 이후로 자동로그인이 안되던 문제가 있었습니다. 유저디폴트에 저장되어있던 정보가 삭제된 게 원인일까 싶어요..
  • 기존 autoLogin에서는 sendUser에서 isOnboardingCompleted를 true로 저장하면서, 이 유저디폴트 key로 자동로그인 여부를 판단했엇습니다. 하지만 이제 원래 기존에 스프1까지 사용하던 온보딩이 간소화되고,, 하면서 클라에서만 사용하는 onboardingCompleted에 의존하는 것보다 서버에서 로그인 시 주는 isRegistered로 변경하는게 좀 나을것 같다 판단이 되었습니다.
  • 그래서 유저디폴트에 있는 isOnboardingCompleted key를 삭제하고, 관련 로직을 전부 isRegistered로 변경하였습니다.

@y-eonee y-eonee requested review from dev-domo and juri123123 May 19, 2026 09:38
@y-eonee y-eonee self-assigned this May 19, 2026
@y-eonee y-eonee added 나연🐹 refactor 기존 코드 리팩토링 labels May 19, 2026
@y-eonee y-eonee linked an issue May 19, 2026 that may be closed by this pull request
1 task
@y-eonee y-eonee merged commit 067fb0b into develop May 19, 2026
1 check passed
@y-eonee y-eonee deleted the refactor/#441-유저디폴트 branch May 19, 2026 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactor 기존 코드 리팩토링 나연🐹

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Refactor] 로그인 시 유저디폴트 관련 로직 변경

2 participants