Skip to content

Commit

Permalink
Fix Google oauth redirect endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
n1klaus committed Apr 26, 2023
1 parent dc2b7e0 commit bcff659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/example.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ VITE_BACKEND_ENDPOINT=http://localhost:8000/api/v1

VITE_GOOGLE_OAUTH_CLIENT_ID=
VITE_GOOGLE_OAUTH_CLIENT_SECRET=
VITE_GOOGLE_OAUTH_REDIRECT=http://localhost:8000/api/sessions/oauth/google
VITE_GOOGLE_OAUTH_REDIRECT=http://localhost:8000/api/v1/sessions/oauth/google

0 comments on commit bcff659

Please sign in to comment.