save username

This commit is contained in:
CHIEFSOFT\ameye
2023-12-03 19:15:45 -05:00
parent 172fe18d48
commit 0544d5589c
+2 -1
View File
@@ -95,6 +95,7 @@ export class LoginPage implements OnInit {
//console.log(`Hello ${value}!`);
};
checkName();
// use hook after platform dom ready
FacebookLogin.initialize({ appId: environment.facebookAppId });
}
@@ -148,7 +149,7 @@ getBlogData(){
});
};
setName();
// this.intervalRefreshService.startIntervalCalls(); // anything with interval call
// this.marketDataService.getJobsData();
// this.getBlogData();