fix: set redirect uri for google login and prevent router push when login by google

This commit is contained in:
fathisiddiqi
2025-06-26 09:33:47 +07:00
parent a8d6bbd03a
commit 6626a8c413
4 changed files with 6 additions and 3 deletions
+1
View File
@@ -87,6 +87,7 @@ 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`