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.
2 parents be751fe + 5f426e6 commit b208aebCopy full SHA for b208aeb
src/main/java/com/divary/global/oauth/infra/AppleJwtParser.java
@@ -28,7 +28,7 @@ public class AppleJwtParser {
28
29
private static final String APPLE_PUBLIC_KEYS_URL = "https://appleid.apple.com/auth/keys";
30
private static final String APPLE_ISSUER = "https://appleid.apple.com";
31
- private static final String APPLE_CLIENT_ID = "io.tuist.Divary"; // TODO property로 변경
+ private static final String APPLE_CLIENT_ID = "io.tuist.DivaryOfficial"; // TODO property로 변경
32
33
private final RestTemplate restTemplate;
34
private final ObjectMapper objectMapper;
0 commit comments