Fix Bug 2380:Static Inactive session timeout for a user 19/14419/1
authorSANDHYA.JS <sandhya.j@tataelxsi.co.in>
Mon, 10 Jun 2024 16:17:25 +0000 (21:47 +0530)
committerSANDHYA.JS <sandhya.j@tataelxsi.co.in>
Mon, 10 Jun 2024 16:17:25 +0000 (21:47 +0530)
commit52474e7709f325bc4b6250190a20e98f7602fabf
tree97837d552a570e80273004b683b03a6b23b48116
parent6c6860802cae8fe2ae0db852476fc926ea899062
Fix Bug 2380:Static Inactive session timeout for a user

- Backend will sharing timeout data through api. will store it
  in sessionstorage & using it in NGUI
- To avoid runtime issues, if did'nt get data from api added
  constant value as 1200

Change-Id: Id00fced3ce26d9f9364d58a0d01ecef891f91262
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
src/app/AppComponent.ts
src/models/VNFDModel.ts
src/services/AuthenticationService.ts