Small fix for config.json

This commit is contained in:
George Kalampokis 2020-03-27 10:51:49 +02:00
parent 419454daa7
commit 4a4dd03b87
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@ export class AuthService extends BaseService {
}
public getConfigurableProviders(): Observable<ConfigurableProvider[]> {
this.actionUrl = this.configurationService.server + 'auth/';
const url = this.actionUrl + 'configurableLogin';
return this.http.get<ConfigurableProvider[]>(url, { headers: this.headers }).pipe(
map((res: any) => {