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 Mar 3, 2024
1 parent a28fc2d commit f8b64a2
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ public Mono<Void> execute(AuthCodeRequest request) {
return Mono.when(sendMailMono, saveAuthCodeMono, userMono).then();
}

private Mono<AuthCode> getAuthCode(String mail) {
return codeRepository.findByMail(mail);
}

private Mono<Void> sendMail(String to, String authCode) {
return Mono.fromRunnable(() ->
CompletableFuture.runAsync(() -> {
Expand Down

0 comments on commit f8b64a2

Please sign in to comment.