From d50b6984d976bc04cd24b63714b39992803ec549 Mon Sep 17 00:00:00 2001
From: Chris Hines <chris.hines@monash.edu>
Date: Wed, 23 Sep 2020 15:14:26 +1000
Subject: [PATCH] remove the cert expiry message

---
 src/app/accountinfo/accountinfo.component.html | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/app/accountinfo/accountinfo.component.html b/src/app/accountinfo/accountinfo.component.html
index b800992..e59a260 100644
--- a/src/app/accountinfo/accountinfo.component.html
+++ b/src/app/accountinfo/accountinfo.component.html
@@ -1,7 +1,4 @@
 <div  fxLayout="column" fxLayoutAlign="start none" style="width: 100%" class="strudel-accountinfo-typography">
-    <div *ngIf="nowSeconds(identity$ | async) ; let time">
-        Login certificates expire in {{ time }} (or when you 5 minutes after you close this tab, which ever comes first)
-    </div>
     <div *ngIf="identity$.value !== null && identity$.value !== undefined"> 
         <!--<div *ngIf="identity$.value.systemalerts.value !== null">-->
             <div *ngFor="let h of (identity$.value.systemalerts | async)">
-- 
GitLab