Skip to content

Commit

Permalink
feat: fullName에 @Valid 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-seong committed Feb 13, 2024
1 parent e28ba7b commit 84daac7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public class LoginRequestDTO {
@Getter
public static class AppleTokenValidateDTO{
private String oauthId;
@Valid
private Fullname fullName;
private String email;
private String identityToken;
Expand Down

0 comments on commit 84daac7

Please sign in to comment.