Fixed environment.ts double declaration of the linkedin redirect Url

This commit is contained in:
George Kalampokis 2020-01-28 18:28:01 +02:00
parent c3b16b1fa8
commit 0bebdae163
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ export const environment = {
linkedInConfiguration: {
clientId: '',
oauthUrl: 'https://www.linkedin.com/oauth/v2/authorization',
redirectUri: 'http://localhost:4200/login/linkedin'
redirectUri: 'http://localhost:4200/login/linkedin',
state: '987654321'
},