Skip to content

Commit a9dc96e

Browse files
neighbor-peaceatu81601001101CKgeistnine
committed
edit redirect_uri
Co-authored-by: atu816 <[email protected]> Co-authored-by: Yufa <[email protected]> Co-authored-by: Steven Geiger <[email protected]>
1 parent 0d05908 commit a9dc96e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/getGoogleUrl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const getGoogleAuthUrl = () => {
22
const base = 'https://accounts.google.com/o/oauth2/v2/auth';
33

44
const options = {
5-
redirect_uri: '/',
5+
redirect_uri: 'http://dbspy-env-1.eba-jf24jfwb.us-west-2.elasticbeanstalk.com/',
66
client_id: '373965291205-utb8ih1hoeuf1g90okil5ju43tfdl3vs.apps.googleusercontent.com',
77
access_type: 'offline',
88
response_type: 'code',

0 commit comments

Comments
 (0)