Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
[FIX]: 회원탈퇴 오타 수정 (#219)
Browse files Browse the repository at this point in the history
* [FEAT]: oauth2-client 방식으로 코드 수정(#215)

* [FEAT]: Cookie 추가 (#215)

* [FIX]: 회원탈퇴  오타 수정 (#218)
  • Loading branch information
LEEJaeHyeok97 authored Feb 17, 2024
1 parent 7ccc9c2 commit 92c35e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public Message deleteAccount(UserPrincipal userPrincipal) {


return Message.builder()
.message("회원 탈퇴 하였습니다.")
.message("회원탈퇴 하였습니다.")
.build();
}
}

0 comments on commit 92c35e5

Please sign in to comment.