From 0544d5589ca1fd47f1b0b0ecc48fe74406d68d07 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 3 Dec 2023 19:15:45 -0500 Subject: [PATCH] save username --- src/app/pages/login/login.page.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/pages/login/login.page.ts b/src/app/pages/login/login.page.ts index 46655f6..7d914c9 100644 --- a/src/app/pages/login/login.page.ts +++ b/src/app/pages/login/login.page.ts @@ -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();