We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 856ad84 commit f31bec6Copy full SHA for f31bec6
1 file changed
src/main/java/sopt/makers/authentication/application/service/auth/VerifyVerificationService.java
@@ -24,7 +24,7 @@ public class VerifyVerificationService implements VerifyPhoneVerificationUsecase
24
@Transactional
25
public VerifyVerificationResult verify(VerifyVerificationCommand command) {
26
if (isMagicVerification(command.phone(), command.code())) {
27
- return new VerifyVerificationResult(magicLoginProperty.name(), magicLoginProperty.code());
+ return new VerifyVerificationResult(magicLoginProperty.name(), magicLoginProperty.phone());
28
}
29
30
PhoneVerification targetVerification =
0 commit comments