Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 4e1bfe3a authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

[EDELIVERY-13755] disable autoclose for expiration dialog

parent 15a7eb8c
No related tags found
No related merge requests found
Pipeline #207005 failed
......@@ -10,6 +10,8 @@ export class SessionExpirationDialogComponent {
constructor(@Inject(MAT_DIALOG_DATA) public data: any,
public dialogRef: MatDialogRef<SessionExpirationDialogComponent>,
public securityService: SecurityService) {
// Disable the ability to close the dialog by clicking outside of it
dialogRef.disableClose = true;
}
public onExtendSessionClicked() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment