From 4a4dd03b87c8fe4d40ee618ad04e1a40b2b2bb78 Mon Sep 17 00:00:00 2001 From: George Kalampokis Date: Fri, 27 Mar 2020 10:51:49 +0200 Subject: [PATCH] Small fix for config.json --- dmp-frontend/src/app/core/services/auth/auth.service.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/dmp-frontend/src/app/core/services/auth/auth.service.ts b/dmp-frontend/src/app/core/services/auth/auth.service.ts index a48a2d478..a50261ba0 100644 --- a/dmp-frontend/src/app/core/services/auth/auth.service.ts +++ b/dmp-frontend/src/app/core/services/auth/auth.service.ts @@ -150,6 +150,7 @@ export class AuthService extends BaseService { } public getConfigurableProviders(): Observable { + this.actionUrl = this.configurationService.server + 'auth/'; const url = this.actionUrl + 'configurableLogin'; return this.http.get(url, { headers: this.headers }).pipe( map((res: any) => {