Commit 54bb5f1b authored by kpandey's avatar kpandey

updated

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@174994 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b6f42e01
......@@ -41,6 +41,7 @@ export class AppComponent {
this.setItem('appstate', this.get('app_stat'), true );
this.setItem('TOKEN_ID', this.get('TOKEN_ID'), true );
this.setItem('ECM_TYPE', this.get('ECM_TYPE'), true );
this.setItem('SITE_CODE', this.get('SITE_CODE'), true );
this.signinService.fetchUserData().subscribe(
response => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment