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.
PR의 목적이 무엇인가요?
구글 oauth에서 로그인은 가능하지만 회원가입이 되지 않은 오류가 있었습니다.
이슈 ID는 무엇인가요?
긴급버그로 이슈를 작성하지 않았습니다.
설명
identifier로 member를 찾아오는 과정에서 없다면 무조건 예외를 발생시켰습니다.
이를 예외를 발생시키지 않고
Optional<Member>
를 반환하도록 변경하였습니다.이후 member가 emtpy라면 회원가입을 진행하도록 수정했습니다.
질문 혹은 공유 사항 (Optional)