Refactor logging in LoginController, simplify auth.service token validation, and remove debug logs from AppealComponent.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user