Skip to content

Commit

Permalink
Merge pull request #96 from Kerosene-Labs/build-home-screen
Browse files Browse the repository at this point in the history
trying to debug production error
  • Loading branch information
hlafaille authored Dec 22, 2024
2 parents 86f7983 + 6d28b5a commit 7ddc407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public GoogleOAuth2ProviderService(

private GoogleOAuthTokenResponse getTokenResponse(String code) throws IOException, AuthException {
OkHttpClient client = new OkHttpClient();
System.out.println("redirectUri is: " + redirectUri);
RequestBody body = new FormBody.Builder()
.add("client_id", clientId)
.add("client_secret", clientSecret)
Expand Down
2 changes: 1 addition & 1 deletion src/main/svelte/.env.develop
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PUBLIC_API_URL=https://dev.billtracker.kerosenelabs.com/api/v1
VITE_GOOGLE_OAUTH_URI=https://accounts.google.com/o/oauth2/v2/auth?client_id=501201655877-lahug4feube9vvchi7gd98h7rqb4dbvu.apps.googleusercontent.com&response_type=code&scope=openid https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile&redirect_uri=https://dev.billtracker.kerosenelabs.com/oauth/google
VITE_GOOGLE_OAUTH_URI=https://accounts.google.com/o/oauth2/v2/auth?client_id=501201655877-lahug4feube9vvchi7gd98h7rqb4dbvu.apps.googleusercontent.com&response_type=code&scope=openid https://www.googleapis.com/auth/userinfo.email%20https://www.googleapis.com/auth/userinfo.profile&redirect_uri=https://dev.billtracker.kerosenelabs.com/oauth/google

0 comments on commit 7ddc407

Please sign in to comment.