We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ecadfb commit f376fceCopy full SHA for f376fce
src/main/java/es/princip/ringus/application/auth/service/EmailVerificationService.java
@@ -21,7 +21,6 @@
21
@Service
22
@RequiredArgsConstructor
23
public class EmailVerificationService {
24
-
25
private final EmailVerificationRepository verificationRepository;
26
private final EmailSessionRepository sessionRepository;
27
private final MemberRepository memberRepository;
0 commit comments