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

Commit

Permalink
메소드 명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ori0o0p committed Jan 24, 2024
1 parent c15b627 commit 8f0e42e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public MailVerify(AuthMailRepository authMailRepository, AuthCodeRepository auth
this.codeRepository = authCodeRepository;
}

public Mono<Boolean> verify(AuthCodeVerifyRequest request) {
public Mono<Boolean> execute(AuthCodeVerifyRequest request) {
return getAuthCode(request.mail(), request.authCode())
.flatMap(authCode -> mailRepository.save(AuthMail.builder()
.mail(request.mail())
Expand Down

0 comments on commit 8f0e42e

Please sign in to comment.