family invites
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user