fix: remove GOOGLE_REDIRECT_URI env due to better auth set the default of that
This commit is contained in:
1
.github/CONTRIBUTING.md
vendored
1
.github/CONTRIBUTING.md
vendored
@ -87,7 +87,6 @@ Thank you for your interest in contributing to OpenCut! This document provides g
|
||||
# Only needed if you want to test Google login
|
||||
GOOGLE_CLIENT_ID="your-google-client-id"
|
||||
GOOGLE_CLIENT_SECRET="your-google-client-secret"
|
||||
GOOGLE_REDIRECT_URI="http://localhost:3000/api/auth/callback/google"
|
||||
```
|
||||
|
||||
5. Run database migrations: `bun run db:migrate`
|
||||
|
Reference in New Issue
Block a user