profile fix

This commit is contained in:
CHIEFSOFT\ameye
2023-08-13 21:12:52 -04:00
parent 3f88c3e911
commit 6cb7aee23b
4 changed files with 29 additions and 3 deletions
@@ -105,6 +105,22 @@ export class SessionDataProviderService {
return this.session_contructed;
}
DestroySessionOnLogout(){
console.log('Hello DestroySessionOnLogout Provider');
this.firstname = "";
this.lastname = "";
this.session = "INVALID";
this.session_contructed= false;
this.username="";
this.last_login = "";
this.member_id = -1;
this.member_uid = "";
this.balance = -1;
this.ccard= 0;
this.profile_pic="";
this.isPedningJob = 0;
this.isOfferJob = 0;
}
profilePicture(){
var profile_p = '';
if (this.profile_pic !=''){