Skip to content

Commit

Permalink
Update AuthLoginService.java
Browse files Browse the repository at this point in the history
  • Loading branch information
AWESOMEGUY5 authored Aug 6, 2024
1 parent 6cf5b66 commit 6fef25a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class AuthLoginService {
private String GOOGLE_CLIENT_SECRET;

private final String GOOGLE_TOKEN_URL = "https://oauth2.googleapis.com/token";
private final String GOOGLE_REDIRECT_URI = "http://localhost:5173/login";
private final String GOOGLE_REDIRECT_URI = " https://like-lion-12th-team-05-fe.vercel.app/login";

private final UserRepository userRepository;
private final JwtTokenProvider tokenProvider;
Expand Down

0 comments on commit 6fef25a

Please sign in to comment.