Skip to content

Commit

Permalink
MOSIP-31892 : session idle timeout fix.
Browse files Browse the repository at this point in the history
Signed-off-by: sudeep <[email protected]>
  • Loading branch information
Sudeep7353 committed Apr 5, 2024
1 parent ebdd289 commit 7456946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class AppComponent {
@HostListener('document:mousedown', ['$event'])
@HostListener('document:keypress', ['$event'])
onMouseClick() {
this.sessionLogoutService.setisActive(true);
this.sessionLogoutService.setisActive(true);
}

ngOnInit() {
Expand Down

0 comments on commit 7456946

Please sign in to comment.