family invites

This commit is contained in:
CHIEFSOFT\ameye
2024-08-04 06:14:48 -04:00
parent 62a2e4af45
commit 64233158e2
7 changed files with 218 additions and 114 deletions
@@ -53,7 +53,7 @@ export class SessionDataProviderService {
"internal_return": 100
*/
max_card:number=4;
parent_uid:string = '';
refresh:number=30000;
account_country:string="NG";
account_type:string="";
@@ -217,6 +217,8 @@ export class SessionDataProviderService {
this.account_pref = loginResult.account_pref;
this.refer_link = loginResult.refer_link;
this.parent_uid = loginResult.parent_uid != undefined ? loginResult.parent_uid: '';
} catch (error) {
console.log("LOGIN STORAGE ERROR->" + error);