Skip to content

Commit

Permalink
[Fix] #298 - from 휴대전화번호 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mjKim1229 committed Jul 14, 2023
1 parent 770d3e9 commit 7967c0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public class AuthService {
private String serviceId;

@Value("${user-info.sender-phone-number}")
private static String senderPhoneNumber;
private String senderPhoneNumber;

private static final Integer smsVerifyTime = 180;
private static final Random random = new SecureRandom();
Expand Down

0 comments on commit 7967c0a

Please sign in to comment.