From 0bebdae163f79e63eae30d2286ef30f80d66cdf7 Mon Sep 17 00:00:00 2001 From: George Kalampokis Date: Tue, 28 Jan 2020 18:28:01 +0200 Subject: [PATCH] Fixed environment.ts double declaration of the linkedin redirect Url --- dmp-frontend/src/environments/environment.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/dmp-frontend/src/environments/environment.ts b/dmp-frontend/src/environments/environment.ts index 193d09ace..7fb7fa113 100644 --- a/dmp-frontend/src/environments/environment.ts +++ b/dmp-frontend/src/environments/environment.ts @@ -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' },