Refactor logging in LoginController, simplify auth.service token validation, and remove debug logs from AppealComponent.

This commit is contained in:
2025-08-05 23:22:12 +02:00
parent bdb38e5011
commit f67cb50f41
3 changed files with 18 additions and 18 deletions
@@ -164,9 +164,7 @@ export class AppealComponent implements OnInit, AfterViewInit {
public nextPage() {
if (this.currentPageIndex === this.totalPages.length - 1) {
console.log('Adding page');
this.totalPages.push(this.currentPageIndex + 1);
console.log(this.totalPages);
}
this.goToPage(this.currentPageIndex + 1);
}