session expired

This commit is contained in:
CHIEFSOFT\ameye
2023-11-15 19:40:58 -05:00
parent 58ad6fca16
commit 150f5fd883
3 changed files with 24 additions and 2 deletions
+8
View File
@@ -62,9 +62,17 @@ export class HomePage implements OnInit {
this.profilePicture = this.sessionDataProviderService.profilePicture(this.sessionDataProviderService.session, this.sessionDataProviderService.member_uid);
this.walletPresentation();
}
ngOnInit() {
this.allInitFunctions();
}
ionViewWillEnter(){
console.log('Home page did enter - > ionViewWillEnter');
this.allInitFunctions();
}
walletPresentation(){
this.walletData = this.userWalletService.getWallet();
if( this.walletData?.length > 0 ) {