session expired
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user