Add session expiration to order list
This commit is contained in:
parent
11119fd9ae
commit
efa3b11634
1 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
||||||
<app-header></app-header>
|
<app-header></app-header>
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<h3 class="text">{{(ownerUpdate | async)!.name}}</h3>
|
<h3 class="text">{{(ownerUpdate | async)!.name}}</h3>
|
||||||
|
<p class="text">Session valid until: {{(ownerUpdate | async)!.expiration | date}}</p>
|
||||||
<table >
|
<table >
|
||||||
<tr>
|
<tr>
|
||||||
<td width="45%">
|
<td width="45%">
|
||||||
|
|
Loading…
Reference in a new issue