invite expanded

This commit is contained in:
CHIEFSOFT\ameye
2024-07-09 18:19:32 -04:00
parent 5a52401a56
commit 34f9ca802d
6 changed files with 97 additions and 56 deletions
@@ -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) {