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 99c877e commit 12a0f3fCopy full SHA for 12a0f3f
src/main/java/com/somemore/global/auth/oauth/naver/dto/NaverUserProfileResponseDto.java renamed to src/main/java/com/somemore/global/auth/oauth/dto/NaverUserProfileResponseDto.java
@@ -1,4 +1,4 @@
1
-package com.somemore.global.auth.oauth.naver.dto;
+package com.somemore.global.auth.oauth.dto;
2
3
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
4
import com.fasterxml.jackson.databind.PropertyNamingStrategies;
@@ -12,7 +12,7 @@ public record NaverUserProfileResponseDto(
12
) {
13
@JsonIgnoreProperties(ignoreUnknown = true)
14
public record Response(
15
- String id // 일련 번호
+ String id // OAuth ID
16
17
}
18
0 commit comments