Skip to content

Commit ee4b8eb

Browse files
committed
fix[jwt]: 사용되지 않는 코드 제거
1 parent 26a789f commit ee4b8eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backend/src/main/java/com/ai/lawyer/domain/member/controller/MemberController.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,7 @@ public ResponseEntity<EmailResponse> sendEmail(
204204
@ApiResponse(responseCode = "400", description = "잘못된 요청 (인증번호 불일치, loginId 없음)")
205205
})
206206
public ResponseEntity<VerificationResponse> verifyEmail(
207-
@RequestBody @Valid EmailVerifyCodeRequestDto requestDto,
208-
Authentication authentication
207+
@RequestBody @Valid EmailVerifyCodeRequestDto requestDto
209208
) {
210209

211210
if (requestDto.getLoginId() == null || requestDto.getLoginId().isBlank()) {

0 commit comments

Comments
 (0)