We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d05908 commit a9dc96eCopy full SHA for a9dc96e
src/utils/getGoogleUrl.ts
@@ -2,7 +2,7 @@ const getGoogleAuthUrl = () => {
2
const base = 'https://accounts.google.com/o/oauth2/v2/auth';
3
4
const options = {
5
- redirect_uri: '/',
+ redirect_uri: 'http://dbspy-env-1.eba-jf24jfwb.us-west-2.elasticbeanstalk.com/',
6
client_id: '373965291205-utb8ih1hoeuf1g90okil5ju43tfdl3vs.apps.googleusercontent.com',
7
access_type: 'offline',
8
response_type: 'code',
0 commit comments