Skip to content

Commit b208aeb

Browse files
authored
Merge pull request #223 from DivaryOfficial/develop
Develop
2 parents be751fe + 5f426e6 commit b208aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/divary/global/oauth/infra/AppleJwtParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class AppleJwtParser {
2828

2929
private static final String APPLE_PUBLIC_KEYS_URL = "https://appleid.apple.com/auth/keys";
3030
private static final String APPLE_ISSUER = "https://appleid.apple.com";
31-
private static final String APPLE_CLIENT_ID = "io.tuist.Divary"; // TODO property로 변경
31+
private static final String APPLE_CLIENT_ID = "io.tuist.DivaryOfficial"; // TODO property로 변경
3232

3333
private final RestTemplate restTemplate;
3434
private final ObjectMapper objectMapper;

0 commit comments

Comments
 (0)