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 5743d6a commit 411a5deCopy full SHA for 411a5de
src/app/core/services/config-service/oauth.configuration.ts
@@ -3,7 +3,7 @@ export const OAuthConfig = {
3
clientId:
4
'839020123858-qnan968uvj0u9d5h6bq5cd5ulls9h7dk.apps.googleusercontent.com',
5
redirectUri: 'http://localhost:4200/auth/identity/authenticate',
6
- redirectUriServer: 'http://3.27.221.69/auth/identity/authenticate',
+ redirectUriServer: 'http://codecampus.site/auth/identity/authenticate',
7
authUri: 'https://accounts.google.com/o/oauth2/auth',
8
},
9
facebook: {
0 commit comments