Skip to content

Commit f9ca9a5

Browse files
committed
2 parents e98e0c4 + e35394a commit f9ca9a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/example/fiurinee/global/security/handler/CommonLoginSuccessHandler.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ public void onAuthenticationSuccess(HttpServletRequest request,
4444
String redirectUri = null;
4545

4646
if(principal.getMemberDto().phoneNumber() == null) {
47-
redirectUri = "https://fiurinee.site/phone";
47+
redirectUri = "http://localhost:3000/phone";
4848
}
4949
else{
50-
redirectUri = "https://fiurinee.site/auth";
50+
redirectUri = "http://localhost:3000/auth";
5151
}
5252

5353
Long memberId = principal.getMemberDto().id();

0 commit comments

Comments
 (0)