Skip to content

Update Google redirect URI in sample and test setup#112

Merged
mahata merged 1 commit intomainfrom
fix/local-dev
Mar 14, 2026
Merged

Update Google redirect URI in sample and test setup#112
mahata merged 1 commit intomainfrom
fix/local-dev

Conversation

@mahata
Copy link
Copy Markdown
Owner

@mahata mahata commented Mar 13, 2026

Update the Google redirect URI in both the environment configuration and the test setup to ensure consistency and proper functionality.

Copilot AI review requested due to automatic review settings March 13, 2026 15:10
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Aligns Google OAuth redirect URI configuration between the example environment file and the Vitest test environment so local/test setups match the app’s /auth/google route.

Changes:

  • Update GOOGLE_REDIRECT_URI in vitest.setup.ts to http://localhost:3000/auth/google
  • Update GOOGLE_REDIRECT_URI in .env.sample to http://localhost:3000/auth/google

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
vitest.setup.ts Updates test env var to match the app’s Google OAuth route.
.env.sample Updates sample redirect URI to the correct local OAuth redirect URL.

You can also share your feedback on Copilot code review. Take the survey.

@mahata mahata merged commit 37df24a into main Mar 14, 2026
6 checks passed
@mahata mahata deleted the fix/local-dev branch March 14, 2026 05:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants