Fixed environment.ts double declaration of the linkedin redirect Url
This commit is contained in:
parent
c3b16b1fa8
commit
0bebdae163
|
@ -14,7 +14,6 @@ export const environment = {
|
||||||
linkedInConfiguration: {
|
linkedInConfiguration: {
|
||||||
clientId: '',
|
clientId: '',
|
||||||
oauthUrl: 'https://www.linkedin.com/oauth/v2/authorization',
|
oauthUrl: 'https://www.linkedin.com/oauth/v2/authorization',
|
||||||
redirectUri: 'http://localhost:4200/login/linkedin'
|
|
||||||
redirectUri: 'http://localhost:4200/login/linkedin',
|
redirectUri: 'http://localhost:4200/login/linkedin',
|
||||||
state: '987654321'
|
state: '987654321'
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue