log in remmebr
This commit is contained in:
@@ -78,11 +78,9 @@ export class FamilyloginPage implements OnInit {
|
||||
this.loginResult = loginResult;
|
||||
console.log("INTERNAL RETURN->" + this.loginResult.internal_return);
|
||||
if (loginResult != null && loginResult.internal_return == 100 && this.sessionDataProviderService.ConstructGlobalSessionData(this.loginResult) == true) {
|
||||
// this.getBlogData();
|
||||
|
||||
const setName = async () => {
|
||||
await Preferences.set({
|
||||
key: 'familiy_username',
|
||||
key: 'family_username',
|
||||
value: this.username,
|
||||
});
|
||||
};
|
||||
@@ -104,7 +102,6 @@ export class FamilyloginPage implements OnInit {
|
||||
|
||||
async startUpCalls(){
|
||||
this.intervalRefreshService.startIntervalCalls(); // anything with interval call
|
||||
//this.marketDataService.getJobsData();
|
||||
this.getBlogData();
|
||||
this.tasksDataService.getJobsData();
|
||||
this.userWalletService.getWalletData();
|
||||
|
||||
Reference in New Issue
Block a user