Skip to content

Commit

Permalink
F
Browse files Browse the repository at this point in the history
  • Loading branch information
SBriere committed Dec 2, 2021
1 parent e3c1ab8 commit bde4542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Frontend/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export class AppComponent implements OnInit, OnDestroy {
$event.preventDefault();
$event.returnValue = true;
}else{
$event.returnValue = false;
// $event.returnValue = false;
}
// console.log('Leaving site...');
// this.authService.reset();
Expand Down

0 comments on commit bde4542

Please sign in to comment.