BugFix
This commit is contained in:
parent
40ba402c70
commit
7c9a47cf4e
|
|
@ -59,11 +59,6 @@ export class AppComponent {
|
|||
}
|
||||
},
|
||||
});
|
||||
// Ensure the service fetches the IP and Geolocation only once
|
||||
// this.auditService.fetchIpAndGeoLocation();
|
||||
this.geoService.fetchIpAndGeoLocation().subscribe(data => {
|
||||
console.log(JSON.stringify(data));
|
||||
});
|
||||
}
|
||||
private async handleTokenExpiration(): Promise<void> {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in New Issue