invite expanded
This commit is contained in:
@@ -87,6 +87,7 @@ export class SessionDataProviderService {
|
||||
home_dash_type:string="DEFAULT_HOME_DASH";
|
||||
family_action:string="";
|
||||
account_pref:string="PREF04";
|
||||
refer_link:string="";
|
||||
|
||||
|
||||
session_contructed:boolean = false;
|
||||
@@ -214,6 +215,7 @@ export class SessionDataProviderService {
|
||||
//this.pushNotificationProvider.tagUser(this.session);
|
||||
this.session_contructed = true;
|
||||
this.account_pref = loginResult.account_pref;
|
||||
this.refer_link = loginResult.refer_link;
|
||||
|
||||
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user