Bug fixes.

- Change environment variables.
- Refactor http getter.
- Add custom error state matcher.
- Hide create account component.
This commit is contained in:
Spencer Ofwiti
2021-02-12 09:32:08 +03:00
parent 8dc0eb24d8
commit 0be8bcd51a
14 changed files with 2391 additions and 631 deletions

View File

@@ -3,6 +3,7 @@ import {BehaviorSubject, Observable} from 'rxjs';
import {HttpClient, HttpParams} from '@angular/common/http';
import {environment} from '../../environments/environment';
import {first, map} from 'rxjs/operators';
import {} from '../../assets/js/cic-meta/sync';
@Injectable({
providedIn: 'root'
@@ -108,4 +109,8 @@ export class UserService {
return response;
}));
}
changeUserCredentials(): void {
}
}