Skip to content

Commit

Permalink
Merge pull request #86 from OnAndOff-UMC/fix/#85
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-seong authored Feb 15, 2024
2 parents d1dbb8c + 0e09302 commit 691db9c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/main/java/com/onnoff/onnoff/auth/dto/LoginRequestDTO.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ public class LoginRequestDTO {
@Getter
public static class AppleTokenValidateDTO{
private String oauthId;
@Valid
private Fullname fullName;
private String email;
// @Valid
// private Fullname fullName;
// private String email;
private String identityToken;
private String authorizationCode;
@Valid
private AdditionalInfo additionalInfo;
}
@Getter
Expand Down

0 comments on commit 691db9c

Please sign in to comment.