Skip to content

Commit 3622f23

Browse files
authored
Merge pull request #209 from Dugout-Developers/fix/#207
[FIX] 로그인시 발생하는 오류 수정
2 parents 3510fe5 + b673a80 commit 3622f23

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/back/catchmate/global/auth/dto/AuthRequest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public static class LoginRequest {
2020
private String providerId;
2121
@NotEmpty
2222
private String provider;
23-
@NotEmpty
2423
private String picture;
2524
@NotEmpty
2625
private String fcmToken;

0 commit comments

Comments
 (0)