EventsService Changes. Attendees Page. Others.

This commit is contained in:
Paulo Pinto
2020-08-25 12:47:49 +01:00
parent 751b8dd7c5
commit 11fdfe1e54
78 changed files with 201 additions and 1187 deletions
-1
View File
@@ -34,7 +34,6 @@ export class AuthService {
try {
result = await this.http.get<boolean>(service, options).toPromise();
} catch(e) {
console.log(e);
result = false;
}