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

Commit

Permalink
find by mail 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ori0o0p committed Jan 25, 2024
1 parent 508bd4b commit 7da61ca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@

public interface AuthCodeRepository extends ReactiveCrudRepository<AuthCode, String> {
Mono<AuthCode> findByMailAndCode(String mail, String code);
Mono<AuthCode> findByMail(String mail);
}

0 comments on commit 7da61ca

Please sign in to comment.