Fix Bug 2293: Password Expiry and Account Expiry Time Issue for today & tomorrow... 57/13957/2
authorSANDHYA.JS <sandhya.j@tataelxsi.co.in>
Thu, 12 Oct 2023 05:59:52 +0000 (11:29 +0530)
committerjssan <sandhya.j@tataelxsi.co.in>
Tue, 7 Nov 2023 08:39:36 +0000 (09:39 +0100)
commit4059995a9f12e038e5ee75a7dc299972df4de305
treef563b113a9a62f0ac2d20dd22bd3cdd4a8909d41
parent01c23ffb6ec62a3ec848e6f9b5fdc639eb2abe5a
Fix Bug 2293: Password Expiry and Account Expiry Time Issue for today & tomorrow scenarios

- For today & tomorrow used Math.round
- For more than one day concept used Math.floor

Change-Id: Ifcc08ae030a7643b3ed0306867513065b06c2007
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
src/app/login/LoginComponent.ts
src/services/SharedService.ts