Commit 9848d3e6c5d81161b8f7dbacd1988d21e5a48732

Authored by Benjamin Rodriguez
1 parent 2652f5c904

descomento funcion

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/modules/admin/admin.component.ts
... ... @@ -15,7 +15,7 @@ export class AdminComponent implements OnInit {
15 15 ) { }
16 16  
17 17 ngOnInit() {
18   - // this.startTimeOutInactividad();
  18 + this.startTimeOutInactividad();
19 19 }
20 20  
21 21 @HostListener('document:click', ['$event'])