Summary Table
Categories |
Total Count |
PII |
0 |
URL |
0 |
DNS |
0 |
EKL |
0 |
IP |
0 |
PORT |
0 |
VsID |
0 |
CF |
0 |
AI |
0 |
VPD |
0 |
PL |
0 |
Other |
0 |
File Content
<!-- App Component -->
<router-outlet></router-outlet>
<app-modal [hidden]="hidden" (modalClosed)="hidden = $event">
<div class="card warning">
<div class="header left-align">
<h4 id="HDG_wildcards_claimLookup_1">Session Timeout {{ '' }}</h4>
</div>
<p class="left-align">You are being timed-out due to inactivity. Please click the button below to continue using the application. Otherwise,
you will be logged out automatically.</p>
<button class="button primary small" (click)="hidden = true">Extend Session</button>
</div>
</app-modal>