You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 현재 로그인 요청시 서버로부터 바로 등록되고, 닉네임이 없을 경우 가입을 시도하는 기형적인 구조.
* 로그인 시 아이디가 없으면 null 값을 리턴하고, 가입 페이지로 이동시키며, 닉네임을 설저하면 가입 요청하도록 로직 변경
* http error status code에 대한 대응 로직 추가
* 로그인 정보등을 sharedPreferences 로 관리
* 코드 리펙토링 수행
- 불필요한 코드 제거
로그인 시 로직 수정 필요
현재 로그인 요청시 서버로부터 바로 등록되고, 닉네임이 없을 경우 가입을 시도하는 기형적인 구조.
로그인 시 아이디가 없으면 null 값을 리턴하고, 가입 페이지로 이동시키며, 닉네임을 설저하면 가입 요청하도록 로직 변경
The text was updated successfully, but these errors were encountered: