Small fix for config.json
This commit is contained in:
parent
419454daa7
commit
4a4dd03b87
|
@ -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) => {
|
||||
|
|
Loading…
Reference in New Issue