Skip to content

Commit 78608f5

Browse files
authored
merge : 신규 유저 로그인 시 응답 데이터 누락 문제 해결
[🔀 merge] 신규 유저 로그인 시 응답 데이터 누락 문제 해결
2 parents b171752 + f74eef7 commit 78608f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/org/terning/terningserver/auth/dto/response/SignInResponse.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
package org.terning.terningserver.auth.dto.response;
22

3-
import com.fasterxml.jackson.annotation.JsonInclude;
43
import org.terning.terningserver.auth.dto.Token;
54
import org.terning.terningserver.user.domain.AuthType;
65

7-
@JsonInclude(JsonInclude.Include.NON_NULL)
86
public record SignInResponse(
97
String accessToken,
108
String refreshToken,

0 commit comments

Comments
 (0)