This commit is contained in:
Andreas Knuth 2024-09-12 19:51:25 +02:00
parent 40ba402c70
commit 7c9a47cf4e
1 changed files with 0 additions and 5 deletions

View File

@ -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> { private async handleTokenExpiration(): Promise<void> {
try { try {