File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
core/services/config-service
features/auth/pages/login Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +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' ,
67 authUri : 'https://accounts.google.com/o/oauth2/auth' ,
78 } ,
89 facebook : {
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ export class Login {
135135 onGoogleLogin ( ) {
136136 const params = new URLSearchParams ( {
137137 client_id : OAuthConfig . google . clientId ,
138- redirect_uri : OAuthConfig . google . redirectUri ,
138+ redirect_uri : OAuthConfig . google . redirectUriServer ,
139139 response_type : 'code' ,
140140 scope : 'email profile openid' ,
141141 include_granted_scopes : 'true' ,
You can’t perform that action at this time.
0 commit comments