log in remmebr

This commit is contained in:
CHIEFSOFT\ameye
2024-07-13 13:33:02 -04:00
parent 69650b9100
commit aadfeb5f27
@@ -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();