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) => {