Skip to content

Commit 411a5de

Browse files
committed
Update oauth.configuration.ts
1 parent 5743d6a commit 411a5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/core/services/config-service/oauth.configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const OAuthConfig = {
33
clientId:
44
'839020123858-qnan968uvj0u9d5h6bq5cd5ulls9h7dk.apps.googleusercontent.com',
55
redirectUri: 'http://localhost:4200/auth/identity/authenticate',
6-
redirectUriServer: 'http://3.27.221.69/auth/identity/authenticate',
6+
redirectUriServer: 'http://codecampus.site/auth/identity/authenticate',
77
authUri: 'https://accounts.google.com/o/oauth2/auth',
88
},
99
facebook: {

0 commit comments

Comments
 (0)